Rob,
I have experienced a similar problem on IE5 for the Mac - it just seems to
refuse to
store the CFID and CFTOKEN variables as cookies unless you turn don't
specify the expires attributes of the cookie.
ie, like this
<cfapplication name="RugbyScene" sessionmanagement="Yes"
setclientcookies="No">
<cfcookie name="CFID" value="#CFID#">
<cfcookie name="CFTOKEN" value="#CFTOKEN#">
(Can't remember exactly where you get the values for CFID and CFTOKEN - I
think they are just local variables - you will have to check. Otherwise you
might need to set:
<CFSET CFID = Session.CFID>
<CFSET CFTOCKEN = Session.CFTOCKEN>)
Donno if that will help you - not having the variables persistant didn't
help me :(
Regards
David
> -----Original Message-----
> From: Rob McLennan [mailto:[EMAIL PROTECTED]]
> Sent: 05 July 2001 08:17
> To: CF-Talk
> Subject: Lost Session variables
>
>
> I have a an end user using IE5 on Windows ME who is unable to
> maintaing her
> session variables.
> We have checked that cookies are enabled etc but still now success.
> This is the only person who is reporting the problem - we know everthing
> works properly on IE5 Win95/98/NT.
>
> Any ideas?
>
>
> Rob Mclennan
> Web Application Developer
> BRD (Business Resource Development)
> [EMAIL PROTECTED]
>
>
>
>
> Archives: http://www.mail-archive.com/[email protected]/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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