Hi,
I want to setup a session scope within Farcry 4. On non-farcry sites,
I normally set the session within the application.cfm file:
<cfapplication
name = "mySessionName"
sessionManagement = "Yes"
SetClientCookies = "Yes"
clientmanagement = "Yes"
sessiontimeout="#createtimespan(0,1,0,0)#"
>
But when Ive tried this with the application.cfm file that resides in
the www folder of my project, when I try to view the site, I get the
following error:-
Element URL.FARCRY is undefined in APPLICATION.
Obviously, the inclusion of the above script has caused the error, so
how can I create my own session scope for individual projects ?
Thanks in advance
B
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---