I want to keep people logged into my site across subdomains, ie:
www1.whatever.com, www2.whatever.com, etc so in my application.cfm, I added in

<cfapplication name="loginApp"  clientmanagement="yes" clientstorage="bww"
SETCLIENTCOOKIES="Yes">

<CFCOOKIE NAME="CFID" VALUE="#CFID#">
<CFCOOKIE NAME="CFTOKEN" VALUE="#CFTOKEN#">

and did all the settings in CFadmin for the datasource, but it's still not
passing any client information across the sites. With debugging on, I see that
it's setting all new cfid, cftoken information.

Any idea what else do I need to do for it to work across domains?

Thanks,

Chris
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to