Re: Strange behavious with session creation on http and https

2004-06-08 Thread John Sidney-Woollett
Ismael Blesa Part said: I have set two connectors http and https. I have my webapp that is served by these two connectors. [snip] However, If I connect first to https and then I change to http, I will have two sessions, one for https and the other one to http. I believe that this is

Re: Strange behavious with session creation on http and https

2004-06-08 Thread Ismael Blesa Part
I have reviewed the mailing list and I have found that the normal behaviour in tomcat is You enter in http and then change to https (session is shared) You enter in https and then in http (you have two different sessions) I would like to have different sessions for different schemas, that is,

Re: Strange behavious with session creation on http and https

2004-06-08 Thread John Sidney-Woollett
Ismael Blesa Part said: I would like to have different sessions for different schemas, that is, If you connect to http and then to https then TWO DIFFERENT sessions are created. But I have not found how to do this. My fear is that on different application servers the behaviour is different.

Strange behavious with session creation on http and https

2004-06-07 Thread Ismael Blesa Part
I have set two connectors http and https. I have my webapp that is served by these two connectors. I have discovered a strange behaviour with tomcat accessing through http and https. If I open a browser to connect to http: - tomcat creates a session - my webapp receives the request and