To get the new timeout "applied", the session needs to be checked into the session store again. This usually happens at the end of the Request-Response-Loop. Any chance you modify the timeout outside of the RR-loop?
Timo Am 16.02.2010 um 20:54 schrieb Amedeo Mantica: > no, i'm monitoring the value.... it is 3600 after user logs in > > very strange > > there is a method that returns the remaining time ? > > Amedeo > > On 16/feb/2010, at 20.16, Chuck Hill wrote: > >> >> On Feb 16, 2010, at 8:24 AM, Amedeo Mantica wrote: >> >>> Hello, >>> >>> I have a strange behaviour, >>> >>> In my application constructor i have: >>> >>> setSessionTimeOut(600); >>> >>> and it works perfectly, the session expires after 10 minutes >>> >>> now, when an user authenticates i call this in session... >>> >>> this.setTimeOut(3600); >>> >>> but... the session still expire after 600 seconds... why ? >> >> That should work. Is something else setting it back to 600? >> >> Chuck >> >> >> -- Chuck Hill Senior Consultant / VP Development >> >> Practical WebObjects - for developers who want to increase their overall >> knowledge of WebObjects or who are trying to solve specific problems. >> http://www.global-village.net/products/practical_webobjects >> >> >> >> >> >> >> >> > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/th-dev%40onlinehome.de > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
