Difference: VarSESSIONVARIABLE (1 vs. 3)

Revision 32011-04-09 - TWikiContributor

 
META TOPICPARENT name="TWikiVariables"

SESSION_VARIABLE -- get, set or clear a session variable

Changed:
<
<
>
>
  • 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:
Added:
>
>
 

Revision 22005-03-27 - TWikiContributor

 
META TOPICPARENT name="TWikiVariables"
Deleted:
<
<
 

SESSION_VARIABLE -- get, set or clear a session variable

  • Syntax: %SESSION_VARIABLE{"name"}%
  • Syntax: %SESSION_VARIABLE{"name" set="value"}%
  • Syntax: %SESSION_VARIABLE{"name" clear=""}%
  • HELP Hint: The users ID is in the AUTHUSER session variable, and is read-only
Changed:
<
<
>
>
 

Revision 12005-03-27 - TWikiContributor

 
META TOPICPARENT name="TWikiVariables"

SESSION_VARIABLE -- get, set or clear a session variable

 
This site is powered by the TWiki collaboration platform Powered by Perl This site is powered by the TWiki collaboration platformCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.VarSESSIONVARIABLE.