Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Ray Buechler #1
Session invalid error message
I've run into a very odd error.
I have an application that occasionally throws the following error
message when a user attempts to login:
"Error","jrpp-5","05/10/05","13:35:49","BlueFire","Session is invalid
The specific sequence of files included or processed is:
C:\Inetpub\wwwroot\bf\index.cfm "
java.lang.IllegalStateException: Session is invalid
The error references the cfapplication tag in the Application.cfm template.
Login is via the cflogin tag which is called in the Application.cfm
The site is a Fusebox 4 site but I do not believe it is a fusebox issue
since the fusebox core files haven't been called yet when the error occurs.
The only way to fix the problem is to delete the users cookies and temp
internet files. So far the error has only occured when using IE 6.x.
Anyone have any idea what is going?
Thanks,
Ray
Ray Buechler Guest
-
Session is Invalid
Hello, Up until recently I was having no Session issues. However, recently I had to start using some J2EE code in one of my CF templates. By... -
Session is invalid error for CF 7
Hello, I am searching for a solution for ColdFusion MX 7. I am getting the "Session is invalid" error ocassionaly. I know there is an article... -
Invalid drive error message
Hi, I have a couple of questions. 1. Has anyone had any experience installing Contribute in a Citrix environment? 2. Does anyone know that the... -
"Invalid message format" error from JDBC driver
Hello, all. I have a query that runs perfectly when I run it from pgAdmin3, but bombs when I run it from ColdFusion using the JDBC driver. I'm... -
error message unknown/invalid jpeg marker
It sounds like whatever program created the JPEG did so with either a corruption, or in a format (such as JPEG2000, or progressive mode). Are you... -
ksmith #2
Re: Session invalid error message
See if this [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19109[/url] describes your issue. If it does follow its workaround.
ksmith Guest
-
Ray Buechler #3
Re: Session invalid error message
ksmith wrote:
> See if this [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19109[/url] describes your issue. If it does follow its workaround.
Thanks....I'll give it a try. I'm using CFMX7. Does anyone know if this
is this still an issue with CFMX7 too?
Thanks,
Ray
Ray Buechler Guest
-
edgriffiths #4
Re: Session invalid error message
Definitely still an issue in CFMX 7. We've just upgraded some dev machines from 6.1 to 7 and are seeing this error. We're testing the technote workaround at the moment.
edgriffiths Guest
-
bert.d #5
Re: Session invalid error message
This is a problem for us on our live server.
Tried tn 19109 to set J2EE to 66 minutes and CF to 45 minutes, but this did't
fix it.
Removed 66 minute timeout and set CF to 28 minutes and still get the errors.
By adding <cfset session.previousRequestEnded = now()> to the end of
onRequestEnd() and dumping the session scope and current time when the error
occurs i can show that the requests with the error are within 28 minutes of the
previous request.
This suggests that the CF sessions are behaving themselves, but some J2EE
sessions are becoming invalid before the default 30 minutes.
Is this the same issue Crystal Tech were having a while back
?([url]http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=3&thre[/url]
adid=986034#3530162
I found another thread where Sarge was "working with an ISP to help resolve
the issue on their servers".
[url]http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=7&thread[/url]
id=978642#3501551
Presumably that wasn't a case of simply applying tb 19109.
Any ideas?
Cheers
Bert
bert.d Guest
-
-
Phan #7
Re: Session invalid error message
I having the same problem. does anyone come up with a solution? please update.
Thanks,
Van
Phan Guest
-
bert.d #8
Re: Session invalid error message
What is your session timeout set to?
If its more than 30 minutes, have you tried applying the changes detailed in
[url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19109?[/url]
Cheers
Bert
bert.d Guest



Reply With Quote

