Concept Framework 2.0 documentation Contents | Index

WebDocument.UseSessions

Name Type Access Version Deprecated
UseSessions property public version 1.0 no

Prototype:
Read/Write property UseSessions[=true|false]


Description:
If set to true, the document will use a session. You can use the WebVar static function (defined in web.server.api) to access POST or GET variables. Also, you can use SetSessionVar("var_name",var_value) and SessionVar("var_name") for accessing values stored in the current session.

Returns:
Returns true if the document will use sessions.

Documented by Eduard Suica, generation time: Fri Jan 21 18:06:17 2011 GMT(c)2011 RadGs Software