You can put a try/catch around your cfapplication tag. There's a good chance
it will pick up these error conditions, then send yourself an html email
with cfdumps of #session#, #variables# and #getpagecontext().getcfscopes()#
to find out what's going on.

-nathan strutz

  -----Original Message-----
  From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]
  Sent: Friday, January 09, 2004 7:21 AM
  To: CF-Talk
  Subject: java.lang.IllegalStateException: Session is invalid at
jrun.servlet.session.JRunSession.checkSessionValidity(JRunSession.java:379)

  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]

Reply via email to