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

2001-01-16 Thread Martin Grüneberg
Again my problem is: Tomcat 3.2.1 standalone with SSL on JDK1.3 Win2K I use the builtin ServletAPI - sessionmanagment [session=request.getSession(true);] in a small shopapp. Because cookies are disabled in many browsers, I prefere sessionmangment with urlrewriting. (server.xml --> noCookies) On n

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