Try setting your cfapplication tag to just this: <cfapplication name="methodcartApp" sessionmanagement="yes" setclientcookies="yes" >
and see what that does. The problem is definitely with your code/server. I've never seen it happen on other CF servers, and it doesn't appear to be caused by the browser. The only other thing I'd be checking is in the ColdFusion Administrator pages. Regards Darren Tracey > -----Original Message----- > From: Toby Tremayne [mailto:[EMAIL PROTECTED] > Sent: Friday, 22 August 2003 3:02 PM > To: CFAussie Mailing List > Subject: [cfaussie] Re: Session Problems > > > Hi Ricardo, > just had a look - I have cookies enabled, but every time I refresh > the page it sets a new CFID / CFTOKEN pair according to the dump at > the bottom. Whatever's causing it - that's your problem. > > cheers, > Toby > > Friday, August 22, 2003, 2:53:01 PM, you wrote: > > RR> we are testing from tow different connections, both pc's > have cookies > RR> enabled. this problem was not always there, it "popped > up" the day after the > RR> 6.1 upgrade from 5. at first the site was running smooth. > the strangest > RR> thing is that the first day the other pc was having this > problem, and on the > RR> second day they switched. > > RR> if you would like to view the site, www.extremeit.com.au > the session is > RR> dumped at the bottom of the page. > > RR> "Darren Tracey" <[EMAIL PROTECTED]> wrote in message > RR> news:[EMAIL PROTECTED] > > RR> If the user has turned cookies off (for whatever whacked > out, misinformed, > RR> deluded, paranoid reason they may have), this will cause > session problems > RR> for them. > > RR> Regards > > RR> 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/ > >> > > > > > RR> --- > RR> You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > RR> To unsubscribe send a blank email to > [EMAIL PROTECTED] > > RR> MX Downunder AsiaPac DevCon - http://mxdu.com/ > > > > > -------------------------------- > > Life is Poetry, > write it in your own words > > -------------------------------- > > Toby Tremayne > Cold Fusion Developer > Code Poet and Zen Master of the Heavy Sleep > Virtual Tours > +61 416 048 090 > ICQ: 13107913 > > > --- > 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/
