I've seen this before. The problem turned out to be that the session
id wasn't being received properly when switching between HTTP and
HTTPS. IIRC the solution was to upgrade from jserv to mod_jk. That
permitted the JSESSIONID attribute to be properly interpreted and
sent to Tomcat.
Perhaps if you describe your system more completely then I and
others might have some ideas for you.
Thank you for your interest.
I'm developing with IBM WebSphere 5.0.2, under Linux enviroment. To switch
from https and http, I use both javascript functions (with window.location =
url_containing_a_servletname) and forms. In the first time, I tought to be a
problem with sessions... But the strange behaviour of the application
occours even when i switch between html pages (no jsp) from https and http,
so i'm a bit confused...
What does you mean with "IIRC the solution was to upgrade from jserv to
mod_jk." ?
Do you know if there's some articles regarding this issue ?
Thanx !
Scorpio.