Re: session timeouts
Re: session timeouts
- Subject: Re: session timeouts
- From: Timo Hoepfner <email@hidden>
- Date: Wed, 13 Sep 2006 11:35:59 +0200
Am 12.09.2006 um 21:03 schrieb email@hidden:
The site is loading slowly (understandable on a day like today) so
I would click, then go off to do something else while the page
loaded. This meant it took me a while to get the items in my
shopping cart. I then went to checkout, and in the middle of
entering my payment info my session timed out. Aieee! Thankfully
the items were still in my cart so I didn't have to start *all*
over, but still in my opinion that is an unacceptable behavior of
the site.
Hi Janine,
actually I think you didn't get a real session timeout here, but the
application instance that was processing your order crashed and you
have been rerouted to a different instance. That instance then tried
to restore your session (using the session key proieded in the URL),
didn't find it (because it never knew it) and (wrongly) "assumed"
that the session must have timed out.
Actually you want to make sure, that your instances never crash, run
into deadlocks and that no action ever takes longer than the time
wotaskd thinks it should...
Timo
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden