what is session,cokkies in asp.net??

Answer Posted / animesh kumar ghosh

Whenever client sends a request to server for first time a server create a small amount of memory called session memory. In short, a dedicated memory created for every client is called session memory.

A cookie is key value pair created on the server and stored on the client machine in a file.cookie is of two type-
1. persistent:-stored ion a physical file on the client hard disk and which is common to all the browser instances.

2.Non persistent:-stored within a browser instance.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does google crawl redirects?

513


Can I have a unique key as foreign key?

535


What are the two Layouts supported by a Web form in ASP.NET?

548


What is different authentication mechanisms used in ASP.NET?

578


Explain the difference between webfarm and webgardens in .net?

541






Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?

535


Is asp.net free?

553


What are triggers of an updatepanel?

549


What is a web pool?

580


Can we set which type of comparison we want to perform by the CompareValidator control?

513


What is asp.net ajax?

550


Describe session handling in a webfarm?

553


What is session in http request?

549


What is comparevalidator?

521


Is it possible to write code in many languages in one asp.net project?

555