Merry Meet Michael,

It's because session.sessionid is reserved by CF to be what it wants it to
be.  If you look at what you're getting it's the application
name_somenumber_cfidcftoken.  You need to rename it to something like
id_session or session_id.  Sessionid is reserved.

Go to:
http://127.0.0.1/CFDOCS/Developing_Web_Applications_with_ColdFusion/05_Using
_the_Application_Framework/dwa05_04.htm

The second paragraph explains it better.

Blessed Be,
--Katrina Chapman
http://www.katrinachapman.com
http://www.cfchick.com


-----Original Message-----
From: Michael Ross [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 18, 2001 1:35 PM
To: CF-Talk
Subject: RE: Sessions


THanks all.  Here is my application.cfm code as it is.  It may not be
pretty.  In a perfect world I want to check to see the sessionid variable is
active(aka the user is already here).  If so then update a table.  If not i
want it to find a number and create one(sessionid).  Then add it to the
table.

Thanks



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to