GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP
Go To First  |  Previous Question  |  Next Question 
 ASP  |  Question 34 of 147    Print  
What is Session Object?
It stores information about a User’s session. Gives a notification when a user session begins or ends.



  
Total Answers and Comments: 3 Last Update: November 08, 2006   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
October 04, 2005 06:54:56   #1  
Ramesh. S        

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 20 minutes.


 
Is this answer useful? Yes | No
December 29, 2005 05:06:13   #2  
anand        

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.


 
Is this answer useful? Yes | No
November 08, 2006 06:13:55   #3  
Rajkumar        

RE: What is Session Object?
By using session object we can maintaing the state of the data which is helpful for maintaining the session(i.e to keep track of the information of the same client during the consecutive visits of the application)we can obtain the session object by using the following code:HttpSession sn request.getSession();we can store the attributes in session object by usingsession.setAttribute(String sn Object value);we can obtain the attributes by usingsession.getAttribute(String name);
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape