It works, try it. -----Original Message----- From: Jacob [mailto:[EMAIL PROTECTED] Sent: 11 May 2006 20:48 To: CF-Talk Subject: RE: Session Variables
Hmm... -----Original Message----- From: Snake [mailto:[EMAIL PROTECTED] Sent: Thursday, May 11, 2006 12:20 PM To: CF-Talk Subject: RE: Session Variables You can't do it directly, but you can actually access all session for every site on the server by taking advantage of CF's security holes. See this for an example. http://russ.michaels.me.uk/index.cfm/2005/11/25/JRUN-Creeping-Death russ -----Original Message----- From: Nick Tong - TalkWebSolutions.co.uk [mailto:[EMAIL PROTECTED] Sent: 11 May 2006 20:05 To: CF-Talk Subject: Re: Session Variables Not sure but if the machines are on the same server maybe you could use the server scope? As i say i'm not sure though? On 11/05/06, Ian Skinner <[EMAIL PROTECTED]> wrote: > > Can I access session variables across multiple domains? > > For example.. if a customer logs into www.domain.com and I create a > session variable, can the domain www.example.com access that variable? > > Hope this makes sense. This will actually be the first time I will > use session variables... should be fun...LOL > > Jacob > > Not those domains without you building some kind of interface between > the two. > > But it is my understanding that you can configure sessions to share > between sub-domains of a main domain. Thus IIRC you can share session > data between this.example.com and that.example.com. But I have never > actually had a need to do this, so haven't tried. > > HTH > > > -- Nick Tong web: http://talkwebsolutions.co.uk blog: http://succor.co.uk shorturls: http://wapurl.co.uk ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240269 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

