Where is cookie used in asp.net?



Where is cookie used in asp.net?..

Answer / Atiya Baqai

Cookies are primarily used for session management and to store information about user preferences, login credentials, and other data on the client-side. In ASP.NET, you can create, read, update, and delete cookies using the HttpCookie class. Cookies can be sent back and forth between the server and the client with each HTTP request and response.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is autopostback in asp net?

1 Answers  


Give an example of what might be best suited to place in the application_start and session_start subroutines?

1 Answers  


How many web.copnfig can exists in a web application & which will be used ?

3 Answers   MMTS,


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?

1 Answers   Cap Gemini, TCS,


Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box?

1 Answers  


How to upload a file using file upload control inside the Update Panel???

2 Answers  


Define xmlreader class.

1 Answers  


What is versioning in .NET?

1 Answers   Syntax Softtech, Wipro,


What is state management in asp.net with example?

1 Answers  


what is loosely coupled solution? How it can be used?

1 Answers   Siebel,


What is view state? where it stored? can we disable it ?

1 Answers  


In C#.net application is run on linux michine

4 Answers  


Categories