SESSION_VARIABLE -- get, set or clear a session variable
- Session variables are stored in a personal "persistent memory space" that is not lost until the web browser is closed
- Syntax:
%SESSION_VARIABLE{"name"}%
- read a session variable
- Syntax:
%SESSION_VARIABLE{"name" set="value"}%
- set a session variable
- Syntax:
%SESSION_VARIABLE{"name" clear=""}%
- clear a session variable
- Special read-only session variables:
-
%SESSION_VARIABLE{"AUTHUSER"}%
- user ID, current value:
-
%SESSION_VARIABLE{"SESSION_REQUEST_NUMBER"}%
- number of pages accessed by current user since login, current value:
- Related: TWikiUserAuthentication#Sessions, AUTHREALM, GET, LOGIN, LOGOUT, SESSIONID, SESSIONVAR, SET
Copyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria?
Send feedback Note: Please contribute updates to this topic on TWiki.org at
TWiki:TWiki.VarSESSIONVARIABLE.