I see what you mean now. Every page I load from a browser (several versions of IE tried) with cookies turned on, gets a new CFID on every single page load. No session is being kept.
Strange... I'll keep looking. Darren Tracey > -----Original Message----- > From: Ricardo Russon [mailto:[EMAIL PROTECTED] > Sent: Friday, 22 August 2003 2:53 PM > To: CFAussie Mailing List > Subject: [cfaussie] Re: Session Problems > > > we are testing from tow different connections, both pc's have cookies > enabled. this problem was not always there, it "popped up" > the day after the > 6.1 upgrade from 5. at first the site was running smooth. the > strangest > thing is that the first day the other pc was having this > problem, and on the > second day they switched. > > if you would like to view the site, www.extremeit.com.au the > session is > dumped at the bottom of the page. > > "Darren Tracey" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > If the user has turned cookies off (for whatever whacked out, > misinformed, > deluded, paranoid reason they may have), this will cause > session problems > for them. > > Regards > > Darren Tracey > > > -----Original Message----- > > From: Ricardo Russon [mailto:[EMAIL PROTECTED] > > Sent: Friday, 22 August 2003 2:22 PM > > To: CFAussie Mailing List > > Subject: [cfaussie] Session Problems > > > > > > I am having a rather strange problem, > > Some visitors to the site retain their CFID and CFTOKEN, I am > > allowing the > > server to manage this, as I was having trouble with double cfid and > > cytokine's in the url string. the problem is that some users are not > > retaining the cfid and cftoken. > > > > how is it that some users can have the session retained and > > others not? > > > > I am using: > > <cfapplication name="methodcartApp" > > clientmanagement="yes" > > sessionmanagement="yes" > > setclientcookies="yes" > > setdomaincookies="yes" > > sessiontimeout="#CreateTimeSpan(0, 2, 0, 0)#" > > applicationtimeout="#CreateTimeSpan(0, 2, 0, 0)#" > > > > > > > to create my session. and dumping the session in the > > OnRequestEnd to check > > the cfid and cftoken. > > > > is it user settings, or a coding error? > > thanks > > > > Ricardo Russon > > MethodData > > www.methoddata.com.au > > [EMAIL PROTECTED] > > > > This email is intended only for the addressee and is > > confidential. If you > > receive this message and are not the addressee, then it may > > be unlawful for > > you to read, copy, distribute, disclose or otherwise use the > > information in > > this email. Material in this transmission is confidential and > > the subject of > > professional privilege. No confidentiality, nor any privilege > > is waived, > > lost or destroyed, by reason that this e-mail has been mistakenly > > transmitted. If you are not the addressee please notify us > > immediately by > > telephone or e-mail at the number and address above and > > delete all record of > > this e-mail. > > > > > > > > --- > > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > > To unsubscribe send a blank email to > > [EMAIL PROTECTED] > > > > MX Downunder AsiaPac DevCon - http://mxdu.com/ > > > > > > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > To unsubscribe send a blank email to > [EMAIL PROTECTED] > > MX Downunder AsiaPac DevCon - http://mxdu.com/ > --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
