Sessions are stored in Server Memory.  When you shutdown the machine last
night, your session data was destroyed.  Your CFID was stored in a cookie on
your machine, so it was still the same.  If you want your session data to
persist longer, you might want to investigate client variables.

I would strongly recommend thougholy reading the CFDOCS on session and
client vars before proceeding.

-Cameron

--------------------
Cameron Childress
McRae Communications
p. 770-460-7277 x.232
f. 770-460-0963

> -----Original Message-----
> From: Tim Bahlke [mailto:[EMAIL PROTECTED]]
> Sent: Friday, July 14, 2000 9:55 AM
> To: Cf-Talk
> Subject: session management
>
>
> Hey all,
>
> I am having a serious session management problem.  Here is my
> cfapplication
> tag ...
>
> <CFAPPLICATION NAME="xite"
>       SESSIONMANAGEMENT="Yes"
>       SESSIONTIMEOUT="#CreateTimeSpan(0,1,0,0)#"
>       APPLICATIONTIMEOUT="#CreateTimeSpan(0,1,0,0)#">
>
> When I was working with the application last night I had a cfid
> of 71.  This
> morning when I come back in (machine was shutdown last night) and logged
> back into the application I had a cfid of 71 and the stuff that I put into
> the shopping cart last night showed up.
>
> What am I doing wrong????!!!
>
> --------------------
> Tim Bahlke, CIFO
> thinkcreate.com
> p. 336.230.0575
> f. 336.230.0083
>
>
>
> ------------------------------------------------------------------
> ------------
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to