Re: Is there nobody who could help me with my session problem?

2001-01-16 Thread Kief Morris
Martin Grüneberg typed the following on 01:42 AM 1/17/2001 +0100 >Because cookies are disabled in many browsers, I prefere >sessionmangment with urlrewriting. (server.xml --> noCookies) >On normal http requests the sessionmanagment make a good job. >But changing to a safe https SSL connection for

Re: Is there nobody who could help me with my session problem?

2001-01-17 Thread Jörg Ahrens
Kief Morris wrote: > > Martin Grüneberg typed the following on 01:42 AM 1/17/2001 +0100 > >Because cookies are disabled in many browsers, I prefere > >sessionmangment with urlrewriting. (server.xml --> noCookies) > >On normal http requests the sessionmanagment make a good job. > >But changing to

Re: Is there nobody who could help me with my session problem?

2001-01-17 Thread Jörg Ahrens
Martin Grüneberg wrote: > But when the session gets lost on changing protokoll and port, how will I > get the session > of the user? > > Do I have to implement my own sessionmanagment? (using PathInfo or so???) > > Another stupid question: Is it possible to configure http and https on the > sam

Re: Re: Is there nobody who could help me with my session problem?

2001-01-17 Thread Martin Grüneberg
First of all thank you Kief and Jörg for your answers. Ok, I am a beginner in webserver konfiguration and do not much know about "virtual hosting" and webserver things. I configured Tomcat with SSL like it is explained in the Doku. Because I will use Tomcat in a standalone configuration I changed