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)
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, 2025 • Updated: 2025-03-12
Comment or report problem with topic