wwSession::SetUserId

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.SetUserId(lcUserId)

Parameters

lcUserId
The User Id to assign to this session.


See also:

Class wwSession

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