block and if invalid just recreate the session? I'm getting "Session is
invalid null" errors.
The tagcontext is the application tag on line 5. Here is a copy of it.
<cfapplication name="thename"
clientmanagement="yes"
sessionmanagement="yes"
setclientcookies="yes"
setdomaincookies="no"
sessiontimeout="#createTimeSpan(0,0,60,0)#"
applicationtimeout="#createTimeSpan(0,0,60,0)#"
loginstorage="session">
Anyone know how to correct the problem?
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

