Are you setting a cfapplication tag in your application.cfm file?  

It should look something like this:

<cfapplication name="YourApp"
               sessionmanagement="Yes"
               sessiontimeout="#CreateTimeSpan(0, 0, 20, 0)#">

Hope that helps,
Jason

-----Original Message-----
From: Henry, David B [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 04, 2000 9:45 AM
To: Fusebox
Subject: Question about session variables


I must be slow, because I just don't get it.  I have a client who wants to
use session variables, but not client variables.  She wants students to be
able to submit their interpretation of various courses throughout the
school.  She wants the submissions to be annonymous, but she does not want
the same user in the same session to submit more than 1 posting for a
particular course.  

I thought I had everything set up properly, but every time the user clicks
on the form, or passes information to another page, the cfid and cftoken
changes.  I need to be able to have the user submit info about one course,
and then be able to submit info about another course in the same session.  I
apparently can't get it to work without changing the cfid and cftoken
values.

Any help would be appreciated,
  



David Henry
HPER Technology Services
School of Health, Physical Education and Recreation
Indiana University 
(812)855-4270
[EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        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