• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: about session time out
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: about session time out
      • From: Chuck Hill <email@hidden>
References: 
 >about session time out (From: Administrator <email@hidden>)

  • Prev by Date: about session time out
  • Next by Date: Re: send component as email
  • Previous by thread: about session time out
  • Next by thread: Re: about session time out
  • Index(es):
    • Date
    • Thread