Re: Tomcat 3 and use of sessions

2003-08-30 Thread Bill Barker
It's much the same as in Tomcat 5:

   HttpSession session = request.getSession(true);
   session.setAttribute(foo, bar);

Chitale, Sandip V [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
Folks,

Is there a way in Tomcat 3 , when embedded in an application, to create
a HttpSession programatically,
populate some session attributes and somehow have a client browser
participate in that session (using
the right URL for example).

Any help will be appreciated.

PS: We are stuck with using Tomcat 3 for reasons of supporting JDK1.1.




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat 3 and use of sessions

2003-08-29 Thread Chitale, Sandip V
Folks,

Is there a way in Tomcat 3 , when embedded in an application, to create
a HttpSession programatically,
populate some session attributes and somehow have a client browser
participate in that session (using
the right URL for example).

Any help will be appreciated.

PS: We are stuck with using Tomcat 3 for reasons of supporting JDK1.1.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]