ClaySys will provide for all clients with a FREE demo or a proof of concept. Ready to discuss your project? Schedule a FREE consultation.
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”.