The setdomaincookies argument is mainly used for clusters, where you have multiple 
servers serving up the same site. It makes the CFID/CFToken pairs specific for a 
domain, not just one host.
I don't see how that should have caused your problem... unless it gets all broken if 
you don't have any clustering and setting this to true puts the session management 
back on the shoulders of your clustering solution. No clustering = no sessions.

If you aren't running a cluster of servers to host this site, then you shouldn't have 
any problems by turning this off.

Regards

Darren Tracey

> -----Original Message-----
> From: Ricardo Russon [mailto:[EMAIL PROTECTED]
> Sent: Friday, 22 August 2003 3:07 PM
> To: CFAussie Mailing List
> Subject: [cfaussie] Re: Session Problems
> 
> 
> I changed the application
> 
>  setdomaincookies="no"
> 
> that seems to be working. thanks for the help.
> is there any possible errors that can come form this? should 
> I be looking
> out for anything?
> 
> thanks again
> 
> ricardo.
> 
> 
> "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/

Reply via email to