Wrox Home  
Search P2P Archive for: Go

  Return to Index  

servlets thread: Servelt session


Message #1 by "Dinesh" <d_ahuja1@r...> on Mon, 19 Mar 2001 09:44:30
 use methods in HttpSession
to log in use request .getSession(boolean);
and to log out
use session.invalidate();

--

On Mon, 19 Mar 2001 09:44:30  
 Dinesh wrote:
>Hi friends
>
>is there any site available on the web where I can find sample code 
>session login and logout. or if somebody have then tell me.
>
>Regards
>dinesh
>
>

  Return to Index