That should be enough Sean for sure.
let me take a look at this and see what is going on.
thanks for reporting it
On 22/04/2015 21:22, Sean Corfield wrote:
I can't see what I'm doing wrong here. I cloned the latest OpenBD
source and built a WAR and deployed it as my ROOT web application in
Tomcat 7.0.42. I cloned the latest OpenBD Administrator source and
copied that into the relevant location in that web application. Yet
when I hit http://localhost:8080/bluedragon/administrator/index.cfm in
a browser, I get an error that SESSION scope is not enabled, despite
it executing /bluedragon/administrator/Application.cfc which does
enable session management:
<cfcomponent displayname"Application" output="false"
hint="Application.cfc for OpenBD administrator">
<cfscript>
this.name = "OpenBDAdminConsole";
this.sessionmanagement = true;
this.setclientcookies = true;
this.sessiontimeout = CreateTimeSpan(0,0,20,0);
</cfscript>
I created an issue in GitHub for this as well:
https://github.com/OpenBD/openbd-administrator/issues/28
--
--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en
---
You received this message because you are subscribed to the Google Groups "Open BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.