RE: Servlet Questions - Newbie - Please help !!!

2001-02-23 Thread Michael Wentzel
What is a session? There is a Session Class in J2SDKEE. Is that the same as sessions in servlet ? As I understand, a session is just a vanilla object that lies around for awhile. When a request with the session object's ID arrives, the servlet finds the corresponding session object

Servlet Questions - Newbie !!!!

2001-02-22 Thread Rezaul H. Safiuddin
What is a session? There is a Session Class in J2SDKEE. Is that the same as sessions in servlet ? As I understand, a session is just a vanilla object that lies around for awhile. When a request with the session object's ID arrives, the servlet finds the corresponding session object and