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 is Session Object?

Answer: It stores information about a User’s session. Gives a notification when a user session begins or ends.


December 12, 2005 05:06:13 #2
 anand   Member Since: Visitor    Total Comments: N/A 

RE: What is Session Object?
 
 

Session is a variable,is used to store current user information.it will expired when the browser is closed OR the default session expired time is 30 minutes.

     

 

Back To Question