Tomcat and SessionHandling

2007-09-12 Thread Preuss, Jacqueline - ENCOWAY
Hi, I'm new here! Generally, I'm new in the topic servlets etc. so I hope I can explain my problem well. In our company we work with some web applications running in Internet Explorer. We want to use Tomcat as servlet engine / webserver. The problem is the session handling of Tomcat.

Re: Tomcat and SessionHandling

2007-09-12 Thread Pid
Preuss, Jacqueline - ENCOWAY wrote: Hi, I'm new here! Generally, I'm new in the topic servlets etc. so I hope I can explain my problem well. In our company we work with some web applications running in Internet Explorer. We want to use Tomcat as servlet engine / webserver. The

Re: Tomcat and SessionHandling

2007-09-12 Thread Leon Rosenberg
first, if you are new to servlets and webapps, you should probably hire a consultant in your area to help you out a little, and there are many in germany. second, you don't need own session handling, what you do need is a context for each window in your session, so the data for the window is set

Re: Tomcat and SessionHandling

2007-09-12 Thread Pid
Leon Rosenberg wrote: first, if you are new to servlets and webapps, you should probably hire a consultant in your area to help you out a little, and there are many in germany. second, you don't need own session handling, what you do need is a context for each window in your session, so the

AW: Tomcat and SessionHandling

2007-09-12 Thread Preuss, Jacqueline - ENCOWAY
the session handling. I hope it's getting clearer now? If not, sorry. Jacqueline. -Ursprüngliche Nachricht- Von: Pid [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 12. September 2007 12:47 An: Tomcat Users List Betreff: Re: Tomcat and SessionHandling Leon Rosenberg wrote: first, if you