This topic is locked

COOKIES

9/19/2005 7:48:59 AM
ASPRunnerPro General questions
author

fantastic product....Quick question..

On a Log_In.asp page how to you set the cookie created to be "secure" (ie;https connection only).

This...did not work...

Response.Cookies.secure = True

admin 9/19/2005

Bill,
here is the correct syntax:

Response.Cookies("cookie_name_here").Secure = True