This topic is locked

Security - HTTPS

8/20/2008 9:32:25 AM
ASPRunnerPro General questions
S
stealthwifi author

How do generated AspRunner pages create cookies, and how can one change it so the cookie has the Cookie secure flag so it will not be passed outside of HTTPS
Example Cookie Structure:

Domain Flag Path Secure Expiration Name Value

www.redhat.com FALSE / TRUE 1154029490 Apache 64.3.40.151.16018996349247480
Tech Republic Article - HTTPS and Secure Cookie
Cheers,

S
stealthwifi author 8/20/2008

I found the same thing another user asked:
http://www.asprunner.com/forums/index.php?...3&hl=cookie
Where do I get the cookie name from for the below code? And where exactly in login.asp do I put the code?
Response.Cookies("cookie_name_here").Secure = True