wwSession::GetUserId

Returns the value from the UserID field of the current session. Note, a user ID is a manually assigned value, which typically is used to cross reference an application key such as a PK into a customer table. The Session ID is a random generated key while the user ID tends to be a user assigned value.

Set the user with SetUserId() after a call to NewSession().

o.GetUserId()

Return Value

User ID string

See also:

Class wwSession

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