Tuesday, May 22, 2012

How secure are Cookies when set by an ASP.NET web application?

I want to know how secure a cookie is and if it can be read by other applications other than the one that set it.



I want to set a cookie that will store some sensitive data for my site to read at any time.



Can other applications read cookies that my application sets? If so, do I need to encrypt the data stored in the cookie?



NOTE: I do not have access to SSL.





No comments:

Post a Comment