In our Java web application we use HTTP sessiom for log in. Pretty standard stuff I think. Lately we got a report from a customer which says that the log in often disapears causing the user to log in againg (and sometimes looses any work).
Acording to the customers this never happens when using OS X - Firefox 3
The problem occours when the customer has several tabs open at once.
I have to get some more info from the customer, but my first thought was that may be the http sesion timed out (30 minutes I think).
My second thought was since IE 7 shares the session between tabs, the customer could have:
1.logged in to the administraion console in the default tab 2.logged in to the web front end in a second tab "overwriting" the first session.
As I said above I do not have more info from the customer to reproduce this, but I find the whole thing a bit weird since we have never heard of it before.
Does anyone here had similar experiences? It sounds like a customer problem :) but I am just curious,
Thanks in advance,
pokemon