How about using client variables? Or is that a wash? -----Original Message----- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Thursday, May 11, 2006 12:04 PM To: CF-Talk Subject: RE: Session Variables
If you've using Enterprise edition CF server then you've got access to JSession IDs which allow you to share session variables across clustered servers. Of course, that only helps YOU if both domains in question are on the same cluster. If you're asking though if Amazon.com can access ebay.com session variables then I would think that the answer to that would be a big fat no. Session variable are stored in memory on the server and as such can't be shared without lots of work. <!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --------------//---------> -----Original Message----- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Thursday, May 11, 2006 1:44 PM To: CF-Talk Subject: RE: Session Variables 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240265 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

