• 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: Session objects
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Re: RE: Session objects (From: "Richard L. Peskin" <email@hidden>)

  • Prev by Date: Re: RE: Session objects
  • Next by Date: New bies problem about WO5.2 & MySQL 3.23.53
  • Previous by thread: Re: RE: Session objects
  • Next by thread: Project Builder Question
  • Index(es):
    • Date
    • Thread