Hi Shawn, > > We have built a common logon system for a few of our applications. This > > logon system sets some session variables, but these vars don't appear to > > be available in the other applications. > > > > Each application has it's own directory below wwwroot and it's own > > application.cfm file with the CFApplication tag. Each CFApplication tag > > specifies a different application name. Is this the cause of the session > > variable problem?
Yes, each session is dependant on the application name. If you wish to have common variables independently of the application then the only easy way is to use the server scope. The only proviso there is that _everything_ can see those variables..... -- Yours, Kym ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

