GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  DotNet
Go To First  |  Previous Question  |  Next Question 
 DotNet  |  Question 109 of 165    Print  
Where does session maintains? How it Maintains?
What are the different states?Explain them?

  
Total Answers and Comments: 3 Last Update: February 22, 2006     Asked by: Sree 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
November 18, 2005 15:23:54   #1  
raja2020_it Member Since: November 2005   Contribution: 2    

RE: Where does session maintains? How it Maintains?
Session maintains state at the Server side. Session maintains the state through the in-memory cookie.
 
Is this answer useful? Yes | No
December 16, 2005 07:55:25   #2  
srilatha        

RE: Where does session maintains? How it Maintains?

hi

sessions can stored in cookies . cookieless session is also available.

for cookie less session it wil create unique session id for each session. it wil be automatically retrieved in URL.

state management can be like user sessions can be stored in 3 ways . Inproc - stored in asp.net worker process stateserver- stored in window service . sqlserver- user sessions can be stored in sqlserver also.


 
Is this answer useful? Yes | No
February 22, 2006 01:58:28   #3  
Rahamath        

RE: Where does session maintains? How it Maintains?
session will be maintained in serverside insted of in web server we can use SQL Server to store the session for this we have to change session state mode.session state modes are 4 types1. InProc ( For Local WebServer)2.OutProc (To store session in diffrent web server)3.Sql State (Storing session in sql server)4.Off (off)
 
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