>I have a question... sometimes when going from one page to another, my >jsessionid changes and my session variables get dropped. It happens if >I'm submitting a form with enctype="multipart/form-data" (if uploading >a file) while carrying the urltoken through the URL. It's also happens >when I'm using cookies - if I log into my application from my home >page, after it's run through the log in action page and set a bunch of >session variables, on the return to the home page the jsessionid >changes, thus dropping my session. Strangely, if I log in again (with >the changed jsessionid), everything works fine from thus on. Any >ideas? > >Thanks.
Even that this topic is very old, I will reply because it might help other people having the same problem to come to a solution. We came toward this issue some weeks ago. After a lot of investigation and changes in our code, we finally locate that the source of the problem was the J2EE Session Variables. In our application this "random" drop of sessions was happening only with Internet Explorer (Firefox was managing correctly the J2EE sessions) and only when we were submitting FORMS. This problem can be easily solved by disabling the J2EE Session Variables from the Coldfusion Administration. If you need the J2EE sessions for sharing sessions between JAVA & Coldfusion applications, then you should investigate for another solution. Best Regards, Dimitris.C. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262188 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

