Here's the information I found out with regards to the session invalid error
message fix:
The below would need to be added to the web.xml file. This is the path to
where my web.xml file for my Coldfusion server is located in JRun.
C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF
- Insert this code snippet after the last </servlet-mapping> and before the
<welcome-file-list id=some number>
- Change the time to be the same or greater than what you have set in the
Application.cfm. The "30" = 30 minutes.
<session-config>
<session-timeout>30</session-timeout>
</session-config>
-----Original Message-----
From: Kwang Suh [mailto:[EMAIL PROTECTED]
Sent: November 3, 2003 11:24 AM
To: CF-Talk
Subject: RE: "Session is invalid" on CFMX
Oh bloody hell.
Anyhow, I just got hit by this bug.
I'm using CFMX on J2EE (JRun). Does anyone know which of the many copious
web.xml files are supposed to be changed? TIA!
-----Original Message-----
From: Benoit Hediard [mailto:[EMAIL PROTECTED]
Sent: November 3, 2003 1:44 AM
To: CF-Talk
Subject: Re: "Session is invalid" on CFMX
>Has anyone found a solution to this? It's logged as bug 53143 with
>Macromedia, but we're seeing this hundreds of times a day. Any
>workarounds?
>
Looks like we got a fix:
http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=10
<http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=10&threadi
d> &threadid
=669435#2598160
_____
_____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

