Re: Secure Cookies
On May 20, 1:11 am, "cfcoder2" <webforumsu...@macromedia.com> wrote:
> I tried setting a cookie containing an encrypted value and used the
> secure="yes" parameter in cfcookie tag.
> When I close out of my browser and then open a new session (no other browser
> windows open) the cookie value is not detected with the <cfif
> isDefined("cookie.mysecurecookie")>. Yet if I view the cookies present in FF
> the cookie exists and it states it is secure.
>
> What am I missing here? Why doesn't CF detect the existence of the cookie
> that was written securely? Are securely written cookies not readable after the
> session has ended even though the cookie lives on?
Check cookie expiry settings in CF AND in FF...
In FF there is a separate setting for secure/encrypted cookies...
|