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 proceeds from
there.  But who does the management of the session objects?  Who creates
them, etc?




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

Reply via email to