RE: 2 forwards, HttpSession gone

2001-05-25 Thread SAMEUNIE
-Message d'origine- > De: Allen Hopkins [SMTP:[EMAIL PROTECTED]] > Date: vendredi 25 mai 2001 02:27 > À:[EMAIL PROTECTED] > Objet: 2 forwards, HttpSession gone > > I have a problem that I've cooked down to a simple test scenario: > A servlet (c

2 forwards, HttpSession gone

2001-05-24 Thread Allen Hopkins
I have a problem that I've cooked down to a simple test scenario: A servlet (call it servlet_1) gets an HttpSession and sets an attribute in it: req.getSession().setAttribute(new String("Boo!")); It then forwards to another servlet, servlet_2, which in turn forwards to another servlet, s