IE Session Timeout problem

Started by casi91, May 21, 2013, 11:30:45 AM

Previous topic - Next topic

casi91

Hi there,

I have a problem with my Session-Timeout.
I've configured my Apache, so that a Session is terminated after 30 Minutes.
When the session is obsolate, the Browser should get back to my Login-Page.
In Firefox, Opera and Chrome it works fine.
But (my special Friend) Internet-Explorer makes problems.

So, the following happens in the IE:
Step 1. Login
Step 2. wait 30 Minutes
Step 3. press F5
--> The Side is shown again, but without the css
Step 4. press F5 again
--> The Login-Page gets loaded.

Step 3 is the Problem.

I use AuthType "form" and AuthFormProvider "dbd"
So my sessions are stored in my DB

I hope my Problem is understandable
Does anybody have a idea, why the IE don't go back to the login-Page after the first reload?