Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Aug 13, 2012 02:41 PM by julianpascual
0 Points
3 Posts
Aug 13, 2012 02:41 PM|LINK
Hi,
We recently had a security scan on our application and they found a cookie that doesn't have the Secure and HttpOnly properties to true.
Our application is Classic ASP .Net and the cookie name is:
ASPSESSIONIDxxxxx
We have tried to set those properties inside the global.asa file but we didn't found a solution for this issue.
julianpascua...
0 Points
3 Posts
Set ASP Session Id cookie props Secure and HttpOnly to true
Aug 13, 2012 02:41 PM|LINK
Hi,
We recently had a security scan on our application and they found a cookie that doesn't have the Secure and HttpOnly properties to true.
Our application is Classic ASP .Net and the cookie name is:
ASPSESSIONIDxxxxx
We have tried to set those properties inside the global.asa file but we didn't found a solution for this issue.