Re: Problem with sessions on a fedora 10 machine

2009-02-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Noam, On 2/24/2009 5:22 PM, Noam Aigerman wrote: Hi Chris, I managed to isolate the issue - you were close with your last guess :) - in proxy_ajp.conf I mapped my webapp by doing: ProxyPass / ajp://localhost:8009/Noam So whoever comes to my

Problem with sessions on a fedora 10 machine

2009-02-24 Thread Noam Aigerman
Hi, I've been working with apache tomcat under windows for a few months now. I've just setup a new fedora server, and deployed a .war file to it's webapps directory. Everything is running fine on the fedora machine, except that the session doesn't seem to stick. doing something like the code

Re: Problem with sessions on a fedora 10 machine

2009-02-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Noam, On 2/24/2009 2:06 PM, Noam Aigerman wrote: I've been working with apache tomcat under windows for a few months now. I've just setup a new fedora server, and deployed a .war file to it's webapps directory. Everything is running fine on the

RE: Problem with sessions on a fedora 10 machine

2009-02-24 Thread Noam Aigerman
domain. What should I do? And is this kind of mapping the wrong way to do it in the first place? Thanks, Noam -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Wednesday, February 25, 2009 12:01 AM To: Tomcat Users List Subject: Re: Problem with sessions

problem with sessions

2008-06-27 Thread abhishek reddy
hi every one, i have a jsp page, once the user logged in iam creating a session in the jsp page.When the user logged out iam invalidating the session. when two users logged in, and if one user logged out, the other user session is also getting invalidated.I dont want this to happen i.e.

Re: problem with sessions

2008-06-27 Thread Leon Rosenberg
Hello Abhishek, if you open a new window in a browser (except internet explorer with setting start new window in new process = on) your new window belongs to the same process as the old window, sharing all the states, including session cookies. So both windows are tied to the same session. If you

Problem with sessions

2006-07-10 Thread Juba
Hi all, First: I don't know English very well. Second: I am using Tomcat 5.5.17 and when I run my application I notice that Tomcat creates more than 1 session when an user log in my application. And when this happen I can't recover information about the users and the application's applets can't