wwSession::LocateSession

Low level method that tries to load a session and set the oData member. If found the oData member is set. If not found the oData member is set to a blank record. This is a low level method and it should usually not be called directly. Use IsValidSession instead which calls this method and then updates the timestamp and browser info.

o.LocateSession(lcID)

Return Value

.T. if found - oData is set with session data. .F. if not found - oSession is emtpy

Parameters

lcID
Session Id to retrieve

llIgnoreTimeout
If .T. returns session object even if the timeout is up.


See also:

Class wwSession

© West Wind Technologies, 1996-2022 • Updated: 02/18/15
Comment or report problem with topic