wwSession::DeleteSession

Physically removes a Session record from the session table. Note that this behavior is different than EndSession() which times out a session record.

This method should be used sparingly.

o.DeleteSession(lcId)

Return Value

nothing

Parameters

lcId
Optional - Session ID to kill.
Default: current SessionID

Remarks

Moves the record pointer to the end of the Session file. Make sure your relocate your session with LocateSession() if necessary.


See also:

Class wwSession

© West Wind Technologies, 1996-2022 • Updated: 11/22/99
Comment or report problem with topic