Click here to Skip to main content
15,902,636 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How many types of session in ASP.NET
Posted
Comments
Sergey Alexandrovich Kryukov 3-Mar-14 10:39am    
42.
Where did you get this question, from yet another stupid job interviewer? This is typical non-programming question. Who cares how many are there? it's only important to understand them.
—SA

let me google that
for you



Single Word ??
Refer this
 
Share this answer
 
v4
Comments
satheeshkumar chinnadurai 3-Mar-14 7:38am    
1)in process:
2)state server:
3)sql server:
4)custom server: can give one example....... plz explain with single word........
King Fisher 3-Mar-14 7:49am    
updated
Tom Marvolo Riddle 3-Mar-14 7:50am    
hi satheesh, i guess you are looking for types of session mode. link posted Read it :)
Have a look at this:
Exploring Session in ASP.NET[^].

This article clearly explains the types of session mode.
 
Share this answer
 
v2
Comments
satheeshkumar chinnadurai 3-Mar-14 8:17am    
thanks...
Tom Marvolo Riddle 3-Mar-14 8:21am    
Most welcome!
Typical sessions are based on a cookie. The server gives you one, you send it to the server upon every request. However, Asp.net allows you a different type of sessions as well - cookieless sessions. The session id is then "stored" in the URL address. This technique is very dangerous if used improperly. - stackoverflow

Exploring Session in ASP.NET[^]
http://msdn.microsoft.com/en-us/library/ms178586(v=vs.90).aspx[^]
http://blogs.msdn.com/b/tims/archive/2003/11/21/57453.aspx[^]

-KR
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900