Thanks! at last someone whocan shed some light!
-----Original Message-----
From: Jason Stiefel [mailto:[EMAIL PROTECTED]]
Sent: 16 January 2001 16:43
To: CF-Server
Subject: Re: cgi.http_cookie
Kola-
cgi.http_cookie contains the cookie string that was sent to the server by
the client on each request. CF parses this for you and makes the variables
available in the "cookie" scope as cookie.var_name . CGI variables are not
well documented in CF since CF wraps most of them into it's own scopes
without any extra work on your part. They are all part of the cgi spec which
could probably be found at w3c or something. Here's a decent resource:
http://hoohoo.ncsa.uiuc.edu/cgi/overview.html
-
jason.
----- Original Message -----
From: "Kola Oyedeji" <[EMAIL PROTECTED]>
To: "CF-Server" <[EMAIL PROTECTED]>
Sent: Tuesday, January 16, 2001 11:12 AM
Subject: RE: cgi.http_cookie
> I have looked in the documentation cgi.http_cookie is not there nor is it
in
> studio under the tags BUT i have come across code which uses it and refers
> to it?No one seems to have used it or know anything about it?
>
> -----Original Message-----
> From: Vonancken, Curt (NCI) [mailto:[EMAIL PROTECTED]]
> Sent: 16 January 2001 15:44
> To: CF-Server
> Subject: RE: cgi.http_cookie
>
>
> Read on the CFCOOKIE tag in your documentation. just as an FYI though be
> sure to test it as I have found certain versions of Netscape to be really
> fussy over setting cookies with cf.
>
> -----Original Message-----
> From: Kola Oyedeji [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 16, 2001 4:59 AM
> To: CF-Server
> Subject: cgi.http_cookie
>
>
>
> Hi
>
> I have just come across a cgi variable called http_cookie which i cannot
> find any documntation on
> does any one know how it works ? Is it a safe way to check that cookies
are
> on?
>
> Also can cookies be updated?I have a cookie which i would like to write a
> new value to on every page however only the original value seems to
remain.
>
> Any tips/insight is appreciated!
>
> Thanks
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com