show / hide menu

Session

This function is used to get or set a session variable.

Syntax:

Session (Value)

Value is the session variable.

Example:

Textbox1.Value= Session( User )
Session( User )=”Adam”
The function will return the value “Adam”.