Version |Lucee 6.0.0.585
Loader Version |6.0.0.585
Servlet Container |Apache Tomcat/9.0.72
Java |11.0.18 (Eclipse Adoptium) 64bit
OS |Windows Server 2022 (10.0) 64bit
Architecture |64bit|
Inspect Templates (CFM/CFC) |Always ( Bad )
Key case |Convert to upper case (CFML Default)
Null Support |Partial Support (CFML Default)
Local scope mode |Classic (CFML Default)
I upgraded to lucee Lucee 6.0.0.585 with single mode turned on.
I have a mapping called /global where I put shared code.
I have a file called info.cfm in global/. this file dumps the application.applicationname.
when I call the file from each on the sites I sometimes get the the application name from the previous site I visited. If I reload then the correct application name displays.
http://site1.com/global/info.cfm displays site1
http://site2.com/global/info.cfm displays site1
http://site3.com/global/info.cfm displays site2
http://site4.com/global/info.cfm displays site3