WebDocument.UseSessions


public property UseSessions

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.

Return value:

Returns true if the document will use sessions.