I know very little about Java but can't this function have a try/catch
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]
- RE: java.lang.IllegalStateException: Session is invalid at ... Bryan F. Hogan
- RE: java.lang.IllegalStateException: Session is invali... Nathan Strutz
- RE: java.lang.IllegalStateException: Session is in... Bryan F. Hogan
- Re: java.lang.IllegalStateException: Session i... Ubqtous
- RE: java.lang.IllegalStateException: Sessi... Bryan F. Hogan