This only occurs offline and not on my local machine. I allready removed all files from the server and uploaded againg for a fresh environment, however without result.
Couldn't find similar issues (or without a solution) so any help is really welcome.
Is your internet connection out to the server over different connections - e.g. is your external IP address changing during the session whilst you're accessing this external server? I've seen similar issues with a load balanced net connection though this was a good few years ago.
It seems solved contact my ISP for this one. According to them the hosting package was not suitable for running Umbraco since the application pool has a 128 mb max. They upgraded it to 256 mb which solved the problem.
After having made numerous Umbraco sites this is the first time I encountered the above. Is this a know issue?
Session keeps timing out (7.1.4)
I have a Umbraco 7.1.4 installation which keeps on timing out it's session.
The timing of the session failure varies.
When the session ends I get redirected to the login page.
Firebug's console gives the following errors when this occurs:
angular.min.js (regel 106) GET http://www.xxxxxx.nl/umbraco/backoffice/Um...id=-1&application=developer&tree=&isDialog=false 401 Unauthorized 1,64s
angular.min.js (regel 106) GET http://www.xxxxxx.nl/umbraco/BackOffice/Ap...eManagementApi/GetIndexerDetails?_=1408472354729 401 Unauthorized 78ms
jquery....8145443 (regel 4) GET http://www.xxxxxx.nl/umbraco/BackOffice/Ap...ManagementApi/GetSearcherDetails?_=1408472354733 401 Unauthorized 78ms
This only occurs offline and not on my local machine.
I allready removed all files from the server and uploaded againg for a fresh environment, however without result.
Couldn't find similar issues (or without a solution) so any help is really welcome.
I didn't face this issue with version 7.1.4, but with version 6.1.X. Usually my problem would be solved recycling the AppPool and/or resetting IIS.
Have you tried any of these?
I have tried recycling the AppPool, but without any result.
It's hosted on a shared hosting, so I can't reset IIS.
Is your internet connection out to the server over different connections - e.g. is your external IP address changing during the session whilst you're accessing this external server? I've seen similar issues with a load balanced net connection though this was a good few years ago.
That isn't the case, it's over a fixes IP.
It seems solved contact my ISP for this one.
According to them the hosting package was not suitable for running Umbraco since the application pool has a 128 mb max.
They upgraded it to 256 mb which solved the problem.
After having made numerous Umbraco sites this is the first time I encountered the above.
Is this a know issue?
is working on a reply...