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
______________________________________________________________________
Dedicated Windows 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=coldfusiona
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