Interview Questions

What are the properties of Session Object?

ASP Interview Questions and Answers


(Continued from previous question...)

100. What are the properties of Session Object?

SessionID returns the session identification number for each user.
Timeout sets the timeout period assigned to the Session object for any application, in minutes.
CodePage determines the code page that will be used to display content.
LCID a locale identifier, which determines time zone and language, rules for the system

(Continued on next question...)

Other Interview Questions