Adam, This is useful as well.
I'll see if this approach works. Thanks for your help. Warm Regards, Sameer S. Kekade. QUATRO FOUR RETAIL "The right connections for your business" Tel. direct +61 2 9370 2775 Fax direct +61 2 9370 1200 Mobile 0411 566 650 [EMAIL PROTECTED] www.quatro.com.au -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adam Chapman Sent: Tuesday, 13 July 2004 12:38 PM To: CFAussie Mailing List Subject: [cfaussie] RE: Persisting some session variables on session timeout Sameer, > www.site1.com.au shows one skin > www.site2.com.au shows another If you are showing a different skin based on domain (?) Then you could either use an application scope variable (if each site has its own application.cfm) or use the Domain to determine which skin to display.. <cfswitch expression="#cgi.server_name#"> <cfcase value="www.site1.com.au">do this to display skin 1</cfcase> <cfcase value="www.site2.com.au">do this to display skin 2</cfcase> <cfdefaultcase>the default to display skin 1</cfdefaultcase> </cfswitch> Hope this idea is of some use, Adam --- 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/ --- 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/
