Do these "session cookies" help to connect session variables with a
particular user? I don't see how as their values change from page to page.

What is the purpose of these "session cookies?"

Sebastian

on 1/26/01 9:43 PM, David E. Crawford at [EMAIL PROTECTED] wrote:

> These are "session cookies", which are not written to the "cookie" file, but
> exist in memory, but not necessarily between pages.
> 
> DC
> 
> ----- Original Message -----
> From: "sebastian palmigiani" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, January 26, 2001 22:31
> Subject: Can anyone explain this?
> 
> 
>> Can anyone explain this?
>> 
>> I have cookies disabled. I have session management and setclientcookies
> set
>> to yes in application.cfm. I am using CF 4.0
>> 
>> On each page I put the following code:
>> 
>> <cfoutput>#cookie.cfid#<br>#cookie.cftoken#</cfoutput>
>> 
>> There are no cookies listed  in the Parameters CGI variables of each page.
>> And yet for each page I get a different value for cfid which increments by
>> one and a different value for cftoken.
>> 
>> Sebastian
>> 
>> 
>> 
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to