Re: Session objects
Re: Session objects
- Subject: Re: Session objects
- From: Art Isbell <email@hidden>
- Date: Mon, 31 Mar 2003 17:58:53 -1000
On Monday, March 31, 2003, at 05:35 PM, Richard L. Peskin wrote:
This then brings up a practical question, namely is session termination
controlled only on the server side?
Yes, unless you provide a "sign out" link or button that terminates
the session when a user clicks this link or button.
What I need to do is keep a session
open even if the client side terminates (accidenally, communications
disconnect, etc.).
The client side effectively "terminates" after each request-response
cycle because a Web browser doesn't establish a persistent connection
with the Web server.
How can I do this? will just extending the timeout
period be sufficient?
Unless you provide an explicit way for the user to terminate the
session, termination will occur only as a result of an inactivity
timeout. But keep in mind that extending the timeout period comes with
the cost of additional app memory usage as the session's resources
remain allocated until session termination.
Aloha,
Art
_______________________________________________
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.