Session Tracking and GNUJSP?

1999-10-14 Thread Anirban Sharma
I have a LoginServlet where after authenticating my user I do this: HttpSession session = req.getSession(true); User u = new User(id, password); session.putValue("user.id", u.getId()); session.putValue("user.email", u.getEmail()); session.putValue("user.phone", u.getPhone()); session.putValue("us

Re: Session Tracking and GNUJSP?

1999-10-14 Thread Brien Voorhees
PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 14, 1999 4:35 PM Subject: Session Tracking and GNUJSP? > I have a LoginServlet where after authenticating my user I do this: > > HttpSession session = req.getSession(true); > User u = new User(id, pass

Re: Session Tracking and GNUJSP?

1999-10-15 Thread Anirban Sharma
e nuts on a project I worked on and > took a while before I was able to figure out what the problem was. Could > this be what you're experiencing? > > Brien Voorhees > > - Original Message - > From: Anirban Sharma <[EMAIL PROTECTED]> > To: <[EMAIL

Re: Session Tracking and GNUJSP?

1999-10-15 Thread Dmitri Namiot
It means you have got different sessions for you LoginServlet and servlet you redirect to. ColdJava: java server side programming http://coldjava.hypermart.net Get your own FREE, personal Netscape WebMail account today at htt

GNUJSP Mailinglist! Was: Re: Session Tracking and GNUJSP?

1999-10-15 Thread Carsten Heyl
Hi GNUJSP users on this list. I don't think the majority of listeners will be interested in GNUJSP specific configuration, bugs etc. If you hav problems or questions regarding GNUJSP which are of no general interest to this list, please ask them on [EMAIL PROTECTED] . Now to your questi