what is session,cokkies in asp.net??

Answer Posted / thakur seema b.

Session is used to store any type of data in the memory of
the server.This information is protected because it is
never passed to the client and is uniquely bound to a
specific session.

Cookies are small files that are created on client's hard
drive(or, if they are temporary, in the web browser's
memory.)

Is This Answer Correct ?    16 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to apply themes to an asp.net application? If yes, then how?

581


Can I combine classic asp and asp.net pages?

534


How do we assign page-specific attributes?

619


Explain Life cycle of ASP.NET page when a request is made.

755


What is mta?

631






Which method do you use to kill explicitly a users session?

630


How you can stop the validation of ASP.NET controls from client side?

532


What is ASLM?

686


What are sessions used for?

561


Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?

650


Explain in what order a destructors is called.

583


What are httphandlers and httpmodules and difference between them?

529


Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?

533


What is the behavior of a Web browser when it receives an invalid element?

630


To bind columns manually which tags do you need to add within the asp:datagrid ?

554