Re: about session time out
Re: about session time out
- Subject: Re: about session time out
- From: Jonathan Rochkind <email@hidden>
- Date: Wed, 4 Feb 2004 14:17:52 -0600
I don't know that you can set it to _never_ expire, but you can set
the timeout to a very long value.
WOSession session = session(); //if in a component; or get a
reference to the session somehow
session.setTimeOut( 86400 ); //that's 86400 seconds, or 24 hours. Or
longer, as long as you want (up to the maximum value that fits in a
Java 'double' type, don't know what that is).
--Jonathan
At 8:57 AM +1300 2/5/04, Administrator wrote:
I want to keep on running one server program in my machine and How
can I set the session not to expire? The problem is that always show
me "the session is time out" after some times.
Thanks
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.