Am 12.09.2006 um 21:03 schrieb [EMAIL PROTECTED]:

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      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com

Reply via email to