Hi Phil,

Sorry - coming in on this late as I haven't been reading CFAussie for a
few days. Did you add the attribute: setdomaincookies="yes" to your
cfapplication tag? That should work as long as you're using proper domain
names and not IP addresses.

Cheers

T.

> Hi Everyone,
> 
> Just wondering if anyone has implemented a J2EE session management solution
> in any of their applications which involves a change of domain during the
> session?
> 
> We are trying to implement jsessionid on an eCommerce site, and haven't
> really found a good way to manage the session without passing jsessionid
> through every url. The big problem occurs when a user jumps to the secure
> domain to make their payment and the session gets lost.
> 
> J2EE session management is enabled in the administrator on the CF7 boxes and
> we are trying to get this session to stay alive by using a browser 
> persistent cookie as follows:
> 
> <cfif notIsDefined("cookie.jsessionid")>
>  <cfcookie name="jsessionid" value="#session.sessionid#" secure="true" 
> path="/" domain="bla.com.au">
> </cfif>
> 
> The session dies when the user jumps from www.bla.com.au to 
> secure.bla.com.au
> 
> Any suggestions would be appreciated.
> 
> Cheers,
> Phil

---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to