wwProcess::cSessionKey

The name of the Session Cookie used for this application. This is the default Session value.

This value defaults to the WWWC_DEFAULT_SESSIONCOOKIE_NAME defined in wconnect.h. It's recommended that if you override this value you override it in the wwProcess class definition:

DEFINE CLASS WebLogProcess as wwProcess

cSessionKey = "WebLogCookie"

ENDDEFINE
o.cSessionKey

See also:

Class wwProcess

© West Wind Technologies, 1996-2022 • Updated: 01/03/06
Comment or report problem with topic