A brief difference between Session and Cookies in asp.net
Answers were Sorted based on User's Feedback
Answer / uday kumar vuriti
We use both Session and Cookies to maintain state between
the page postbacks. We can achieve state management using 2
ways.
1. Client Side Technique (using hidden fields, query string,
view state and Cookies)
2. Server Side Technique (using Session and Application)
Cookies will store data in client side either in browser or
in system hard disk.
Session will allocates memory in the web server and for
every user server will allocates memory. So Session is per
user based.
| Is This Answer Correct ? | 63 Yes | 4 No |
Answer / guest
session is server side which is store in server memory and
every user having doifferent id .
cookies are store at clinet side either in browser or hard disk
both are used for page post back
| Is This Answer Correct ? | 35 Yes | 5 No |
Answer / vikram
1.session is a sever side state management.
2.session is used session id to identify the clients
3.session by default time is 20 min
cookies
1.client side state management
2.browse can can hold up to 60kb
| Is This Answer Correct ? | 7 Yes | 5 No |
Answer / johny shaik
cookie
cookie is client side state management technique and it is a "small information which is stored on the browser in plain text format" cookie is created on the server and stored on the browser.
session
session is server side state management technique and "is used to maintain the state of the response on the server upto particular time period" and default time out o session is 20 minutes. session is created on the server and session id is stored on the browser in form of cookie...
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / d.shanmugapriya
session is like your email id. when u open ur email id. it
show entire frame work. when u closed email then only is closed.
Cookies:
Is like ur google(igoogle) igoogel is used u can change ur
backgruound google page. but not entire server page .
| Is This Answer Correct ? | 3 Yes | 13 No |
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
How to manage pagination in a page?
How does VB.NET/C# achieve polymorphism?
what is page life cycle state management postback cross page postback types of feilds in gridview gridview events their life cycle cte in sql diff truncate and delete paging concepts in gridview diff bet gridview datalist and repeater what new operations in sql 2005 compared to earlier you get
In C#.net application is run on linux michine
How do you define authentication in Web.Config?
2 Answers Accenture, BirlaSoft, IBM,
How many types is controls is there in Asp.Net?If it means what are types of custom controls?Explain about user controls,Web server controls,Hrml server controls?
What are session and cookies?
After capturing the SelectIndexChanged event for a ListBox Control, you find that the event handler doesn?t execute. What could be the problem be? a) The AutoEventWireup attribute is set to False b) The AutomaticPostBack attribute is set to False c) The codebehind module is not properly compiled d) The ListBox must be defined WithEvents.
WSDL means?
When would you set this property to false?
How to remove cache object in asp.net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)