I have set session variables enables in my application.cfm. The line that I
have is:
<cfapplication name="pr" clientmanagement="no" sessionmanagement="yes"
setclientcookies="no" setdomaincookies="no"
sessiontimeout=#CreateTimeSpan("0","2","0","0")#>
Even though the cfapplication is in my application.cfm, the session variables are not staying bwtween pages.
Azadi - 28 Aug 2008 16:05 GMT
do you have session vars enabled in CF Administrator? the checkbox is
under Server Settings -> Memory Variables...
Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
On Aug 28, 3:16 pm, "Greg Nenninger" <webforumsu...@macromedia.com>
wrote:
> I have set session variables enables in my application.cfm. The line that I
> have is:
>
> <cfapplication name="pr" clientmanagement="no" sessionmanagement="yes"
> setclientcookies="no"
It should be setclientcookies="true", or you will need to add
sessionID to every link and <cflocation .../>
> setdomaincookies="no"
> sessiontimeout=#CreateTimeSpan("0","2","0","0")#>