What is the difference between cookies and session?
Answer Posted / m.chenna krisha reddy
cookie:
1.cookie store client side
2.cookies can store only string type
3.cookies is non secure since stored text format at client side
4.there is limited size
session:
1.session store server side
2.session store any type of data because the value is of datatype of object
3.there is no limitation size
4.session is secure because it is stored in binary format
| Is This Answer Correct ? | 62 Yes | 5 No |
Post New Answer View All Answers
What are the steps to create a webservice and consume it?
Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?
What is a multicast delegate in c#?
What is console write in c#?
What is meant by clr?
What is reflection c#?
What is type system in c#?
What is written in c#?
Explain how to implement delegates in c#.net
In .NET which is the smallest unit of execution?
What is int parse in c#?
What is the use of console readkey ()?
What are delegate methods?
What do you mean by parsing and how to parse a date time string in c#?
What Is An Interface Class?