|
Dan,
Servle (1) checks to see if the user already has a
session, if not it authorizes the user to get a session. When the proceeds
to servlet(2), it will once again check to see if the user already has
a session. Since the user was assinged a session in servlet(1), it will just use
that session, and not assign a new one. The sevlet itself does not grant
sessions, sessions are taken care of by the servlet engine. The
servlet simply decides if the user has a session, or requires that one be
assigned. All session tracking is taken care of for you by your servlet
engine.
Hope this helps.
John D. McDonald
CipherStream Systems email: [EMAIL PROTECTED] web: www.cipherstream.com ------------------------------------------------------- Secure E-Business Is Our Business -------------------------------------------------------
|
- session tracking basics...? dan
- Re: session tracking basics...? John McDonald
- Re: session tracking basics...? Craig R. McClanahan
- Re: session tracking basics...? Jean Bresse
- Re: session tracking basics...? Chris Pratt
- Re: session tracking basics...? Craig R. McClanahan
