I think that when you set SETCLIENTCOOKIES="NO" that tells the appserver not
to set CFID and CFTOKEN to persistent cookies, otherwise they are still
being passed but just as non-persistent cookies.

-----Original Message-----
From: Bimal Shah [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 25, 2002 7:18 AM
To: CF-Talk
Subject: session without cookies - why/how does this work?


Hello

I have an Application.cfm page with the following:

<cfapplication name="sessiontest" sessionmanagement="Yes"
setclientcookies="No">

And two cf pages:

page1.cfm

<cfset session.name = "tom.smith">

page2.cfm

<cfoutput>#session.name#</cfoutput>

In the browser, I type in http://mywebserver/page1.cfm and
then type in http://mywebserver/page2.cfm and it displays
"tom.smith".

Why/how does this work when I have set "setclientcookies" to
"No" and I am not passing CFID,CFTOKEN (since I am typing in
the URLS directly - no url or form variables being sent)?

Bimal Shah
Senior Web developer | Venus Internet Ltd | www.venus.co.uk
e: [EMAIL PROTECTED] | t: 0207 240 5858 | f: 0207 240 5859

______________________________________________________________________
Why Share?
  Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation � $99/Month � Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to