Hi Peter, Have you restarted your coldfusion service? After setting the Jsessionid box in the CF administrator you will need to restart CF for the settings to take effect. After a restart you should no longer have a session.CFID and session.CFTOKEN at all, but instead have your new jsessionid value set in the session.SESSIONID variable. You will also be able to use the session.URLTOKEN variable which now appends the jsessionid onto the end of it.
With regard to domain cookies we have played around with setting a cookie in the application.cfm equal to the jsessionid value and then putting in a domain attribute of domain=".yourdomain.com" to enable the jsessionid to work across subdomains. This works fine except when using HTTPS subdomains which seems to cause the session to be lost. Hope this helps, Phil Queensland Holiday Xperts www.qhx.com.au "Peter Daams" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hi there, > > First time poster on this list, so be nice :-) I'm using JSessionID's and > need to set domain cookies. For some reason, though my settings are > correct, the server simply does not do this. Is it actually possible to > set jsessionid domain cookies. > > I have the following set in the administrator: > Under Memory Variables, I have all options ticked (Use J2EE Session > Variables, Enable Application Variables and Enable Session Variables) > > In my Application.cfm I have the following cf_application tag. > <cfapplication name="TP" sessionmanagement="Yes" > sessiontimeout="#CreateTimeSpan(0,1,30,0)#" > applicationtimeout="#CreateTimeSpan(0,1,30,0)#" setdomaincookies="yes"> > > When I access the site, it sets a CFID and CFTOKEN with domain cookies, > but the jsessionid is set to domain 'www.travellerspoint.com' grrr.. > > I can't find anyone else on the net with this problem, so am wondering > what I could possibly be doing wrong? > > Cheers, Peter > > Travellerspoint, > http://www.travellerspoint.com > > > > --- 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/
