michaelmuller
2005-03-28 18:11:16 UTC
I'm not sure if session var timeouts are supposed to work this way, but I set
the sessiontimeout and the defaults thusly: ----------------------------
<cfapplication name='#thename#' sessionmanagement='Yes'
sessiontimeout='#CreateTimeSpan(0, 1, 0, 0)#'> ----------------------------
[x] Enable Session Variables Maximum Timeout Session Variables 2 days 0 hours
0 mins 0 secs Default Timeout Session Variables 0 days 0 hours 20 mins 0 secs
---------------------------- Session vars still timeout in 20 minutes,
regardless of what i put in the cfapplication tag. I've rebooted the server but
nothing changes. Is there some other setting I don't know about? Is it
actually possible to set the session var timeout in our code? I'd like to allow
users to be able to change their own timouts between the two min/max values. At
the moment I'm stuck at the min number. Any advice? Is there anyone out there
using session vars this way successfully? Thanks, Michael
the sessiontimeout and the defaults thusly: ----------------------------
<cfapplication name='#thename#' sessionmanagement='Yes'
sessiontimeout='#CreateTimeSpan(0, 1, 0, 0)#'> ----------------------------
[x] Enable Session Variables Maximum Timeout Session Variables 2 days 0 hours
0 mins 0 secs Default Timeout Session Variables 0 days 0 hours 20 mins 0 secs
---------------------------- Session vars still timeout in 20 minutes,
regardless of what i put in the cfapplication tag. I've rebooted the server but
nothing changes. Is there some other setting I don't know about? Is it
actually possible to set the session var timeout in our code? I'd like to allow
users to be able to change their own timouts between the two min/max values. At
the moment I'm stuck at the min number. Any advice? Is there anyone out there
using session vars this way successfully? Thanks, Michael