Click here to Skip to main content
15,895,746 members
Articles / Web Development / ASP.NET

A Beginner's guide for Understanding and Implementing Cookies in ASP.NET

Rate me:
Please Sign up or sign in to vote.
4.88/5 (17 votes)
16 Jul 2012CPOL10 min read 102.2K   655   43  
This article discuss the basics of cookies. The article talks about what are cookies, why are they required, how they can be implemented in ASP.NET and what could be the possible/probable problems while using Cookies.

Revisions


  

Compare Revision Minor Date Status Editor
4 - publicly available Yes 10-Feb-14 7:50 Available Sean Ewington
Updates in content.
3 No 16-Jul-12 5:39 Available Rahul Rajat Singh
Updates in content. 16 changes had been made.
2 No 16-Jul-12 5:29 Available Rahul Rajat Singh
Updates in content.
1 No 16-Jul-12 1:02 Available Rahul Rajat Singh
Initial creation

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
India India

I Started my Programming career with C++. Later got a chance to develop Windows Form applications using C#. Currently using C#, ASP.NET & ASP.NET MVC to create Information Systems, e-commerce/e-governance Portals and Data driven websites.

My interests involves Programming, Website development and Learning/Teaching subjects related to Computer Science/Information Systems. IMO, C# is the best programming language and I love working with C# and other Microsoft Technologies.

  • Microsoft Certified Technology Specialist (MCTS): Web Applications Development with Microsoft .NET Framework 4
  • Microsoft Certified Technology Specialist (MCTS): Accessing Data with Microsoft .NET Framework 4
  • Microsoft Certified Technology Specialist (MCTS): Windows Communication Foundation Development with Microsoft .NET Framework 4

If you like my articles, please visit my website for more: www.rahulrajatsingh.com[^]

  • Microsoft MVP 2015

Comments and Discussions