Thanks everyone, this works a treat.

Gavin

-----Original Message-----
From: Katz, Dov B (IT) [mailto:[EMAIL PROTECTED] 
Sent: 16 February 2005 16:38
To: CF-Talk
Subject: RE: Sharing Application Sessions


I do this with SSL pages.

My general app is <CFApplication name="MySite" ......>

Then in my SSL pages, 

They all have 
<CFApplication name="MySite" .....>
        <Cfset mySession=session>

<CFApplication name="MySSLSite" .....>
<!--- user mySession variable as needed ---->


-----Original Message-----
From: Dawson, Michael [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 16, 2005 11:27 AM
To: CF-Talk
Subject: RE: Sharing Application Sessions

You can use multiple CFAPPLICATION tags in a single template, therefore,
switching applications in the process.

Call the first CFAPPLICATION and store its application-scope variables in a
different scope.  Then, call the second CFAPPLICATION and load its
application-scope variables from the different scope.

I'm not sure if this behavior is the same in CF7.

M!ke 

-----Original Message-----
From: James Holmes [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 16, 2005 10:20 AM
To: CF-Talk
Subject: RE: Sharing Application Sessions

They will all need to use the same application name (and therefore actually
be the same app). 





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195023
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

Reply via email to