Re: about session time out
Re: about session time out
- Subject: Re: about session time out
- From: Chuck Hill <email@hidden>
- Date: Wed, 04 Feb 2004 12:49:54 -0800
If you do this you will have to account for it when scheduling the app to
shut down (minimum # of instances).
At 02:17 PM 04/02/2004 -0600, Jonathan Rochkind wrote:
>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.
>
--
Chuck Hill email@hidden
Global Village Consulting Inc. http://www.global-village.net
_______________________________________________
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.