Download
100% FREE
Office Document APIs for .NET
Online: 962
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
ASP.NET
>
Loading ...
Do session use cookies?
Posted by
Sheonarayan
on 6/23/2008 | Category:
ASP.NET Interview questions
| Views: 28352
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
No, session is stored in server memory.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
How many web.configs can an application have?
Next > :
What are the various ways of authentication techni ...
Comments or Responses
Posted by:
Sukhjeevan
on: 9/20/2011 |
Points: 10
I don't think this answer is correct one.Actually session use cookies to store SessionID.
Click on the link given below for more explanation
http://forums.asp.net/t/1466982.aspx/1
Posted by:
Pradsir
on: 3/7/2012 |
Points: 10
Even I think session use cookies .. that is Reson we can configure in web.config to have cokkieless session.
Posted by:
Himali
on: 1/3/2013 |
Points: 10
Session can use cookies.There is a property of session IscookieLess. We can set it true or false.
A 132 bit session id is stored at client side in form of cookies.
Posted by:
Mahesh_Chs
on: 11/12/2014 |
Points: 10
session will use cookies
FYI
https://www.youtube.com/watch?v=4GIbHxHrMos
Login to post response
More Interview Questions by Sheonarayan
What are the various ways of authentication techniques in ASP.NET?
What’s a SESSION and APPLICATION object ?
What’s the use of "GLOBAL.ASAX" file?
What is JIT (Just-in-time) Compiler ?
How to load assembly from GAC?
How to declare methods into an Interface
How to declare a property in an Interface?
How to declare a property in a class?
Latest Interview Questions
Which ADO.NET object is very fast in getting data from database?
What is the diffeernce between Overload and Override?
How to improve performance of web page in asp.net?
What is the difference between asp:Label and asp:Literal control?
What is WSDL?
What is UDDI?
What the way to stop a long running thread ?
Which namespace threading contains?
More ...