Download
100% FREE
Office Document APIs for .NET
Online: 452
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
>
Exclusive Interviews
>
ASP.NET
>
Post
|
Interview FAQs
|
Exclusive Interview Home
|
Interview Home
|
Search
Loading ...
What is the difference between Cookie and Session ?
Posted by
deccansoft
on 10/30/2010 | Category:
ASP.NET Interview questions
| Views: 2954
Cookies are created at server for every first request which is came from the client machine to server and stored at client machine whereas Sessions are created and stored at server machine only.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous question :
What is Cookie Dictionary ?
Next question > :
_____________ is ideal for transferring data from ...
Comments or Responses
Login to post response
More Interview Questions
_____________ is ideal for transferring data from one page to another ...
Only those objects marked as __________ can be stored in ViewState.
ViewState is of type _________
What is the use of StateManagement technique ?
What is the name of the hidden field form when viewstate of the page ...
What’s Singleton activation mode?
Is viewstate of one page is available to another page?
Can we program viewstate on client side using javascript ?