Re: Checking the validity of a session from its ID
Re: Checking the validity of a session from its ID
- Subject: Re: Checking the validity of a session from its ID
- From: Chuck Hill <email@hidden>
- Date: Thu, 7 Sep 2006 09:38:44 -0700
See WOApplication:
restoreSessionWithID
public WOSession restoreSessionWithID(String aSessionID,
WOContext aContext)
Restores the WOSession object representing a session. In normal
request handling, this method is invoked at the start of a cycle of
the request-response loop. The default implementation simply invokes
WOSessionStore's checkOutSessionWithID method, but raises an
exception if the WOSessionStore object is missing. This method also
posts a SessionDidRestoreNotification, with the session restored
passed as a parameter (null if the session was not restored).
Chuck
On Sep 7, 2006, at 6:19 AM, Frédéric JECKER wrote:
Hi all,
Can anyone tell me if it is possible to check the validity of a
session from its ID (and of course, how to do it).
I've already had a look to the WOSessionStore object but it can't
help me :-)
Thanks
Fred
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40global-village.net
This email sent to email@hidden
--
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems. http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden