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)

Returns

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