Re: Session variables management

2005-06-14 Thread Michael Stover
Have you tried using the cookie manager? If you haven't changed your webapp specifically to use URL re-writing, then it's most likely using cookies to track user sessions. -Mike On Mon, 2005-06-13 at 20:20 +, Freddy Ramiro Tello Delgado wrote: > Hello all, I have a web application for testin

Session variables management

2005-06-13 Thread Freddy Ramiro Tello Delgado
Hello all, I have a web application for testing the session variables but I don't know how it works. My application has two jsp files, the first one read two parameters from the request and put them into the user session, then I try to get those values from session but they are null. Basical