ASP Programming Question:

What are the properties of Session Object?

Tweet Share WhatsApp

Answer:

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

Download ASP Programming PDF Read All 194 ASP Programming Questions
Previous QuestionNext Question
What are the types of HTML?Name the ASP Objects?