Re: bizarre session time-outs

2010-06-03 Thread Chuck Hill
HI Simon, On Jun 3, 2010, at 3:28 AM, Simon wrote: hi all - we've got a session time-out issue that is affecting just 1 specific client. all other users of the app are happy - it's just not working for this one company. basically, as users form this one company click around the app they

Re: bizarre session time-outs

2010-06-03 Thread Patrick Middleton
On 3 Jun 2010, at 11:28, Simon wrote: hi all - we've got a session time-out issue that is affecting just 1 specific client. all other users of the app are happy - it's just not working for this one company. basically, as users form this one company click around the app they randomly ge

Re: bizarre session time-outs

2010-06-03 Thread Jon Nolan
Is it a secured app? Easiest way to cause yourself session weirdness is mixing HTTPS and HTTP in the wrong places. Have you traced session creation to see if a second session is in play or is it just the original session timing out? Firebug/dev tools can be your friend here too. On 6/3/10

Re: bizarre session time-outs

2010-06-03 Thread Simon
we store in the url - good point. thanks pascal, will check... simon On 3 June 2010 11:48, Pascal Robert wrote: > Are you storing the session ID in a cookie or in the URL? Maybe the proxy > is removing the session ID from the URL. > > > hi all - > > > > we've got a session time-out issue that i

Re: bizarre session time-outs

2010-06-03 Thread Pascal Robert
Are you storing the session ID in a cookie or in the URL? Maybe the proxy is removing the session ID from the URL. > hi all - > > we've got a session time-out issue that is affecting just 1 specific client. > all other users of the app are happy - it's just not working for this one > company.

bizarre session time-outs

2010-06-03 Thread Simon
hi all - we've got a session time-out issue that is affecting just 1 specific client. all other users of the app are happy - it's just not working for this one company. basically, as users form this one company click around the app they randomly get instant session time-out's. no browser hanging