GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP

 Print  |  
Question:  What are the properties of Session Object?

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.


October 10, 2007 00:51:14 #1
 Selvarani.U   Member Since: Visitor    Total Comments: N/A 

RE: What are the properties of Session Object?
 


There are four properties in Session Object.

         1. CodePage
         2. LCID
         3. SessionID
         4. Timeout
     

 

Back To Question