How to limit the scope of cookies to a specific folder of the website in ASP.NET - Online Free Computer Tutorials.

'Software Development, Games Development, Mobile Development, iOS Development, Android Development, Window Phone Development. Dot Net, Window Services,WCF Services, Web Services, MVC, MySQL, SQL Server and Oracle Tutorials, Articles and their Resources

Tuesday, June 21, 2011

How to limit the scope of cookies to a specific folder of the website in ASP.NET

A Cookie is a small amount of text that attached to the requet and response in between browser and the server. This small amount of text can be read by the application whenever user browse the it. Please note that cookie is not a good medium to store the confidential data as it is stored into the user browser.

Let's learn how to limit the scope of the cookie creation so that those cookie will be available only to a particular folder of the website. 

I am going to create a sample demo page here and below is the code for that.

Read More....

No comments:

Post a Comment