Wrox Home  
Search P2P Archive for: Go

  Return to Index  

servlets thread: login url & servlet log file


Message #1 by gbilios@h... on Tue, 5 Nov 2002 08:59:44
Create a Session for the User when ever he logins and do a login check in
JSP Pages......
----- Original Message -----
From: <gbilios@h...>
To: "Servlets" <servlets@p...>
Sent: Tuesday, November 05, 2002 8:59 AM
Subject: [servlets] login url & servlet log file


> my servlet application needs to do two things:
>
> First - My users are able to bypass the login screen by entering the
> servlet's url.  To be more precise, the users are required to login
> whenever he/she selects a secure folder.  They are cheating the system by
> skiping the login screen.  This is a major concern and I want to make sure
> the login servlet is called when the user tries to skip the login screen.
>
> Second - I've never used the servlet log() before, can anyone give me an
> example of a log() file based on the user's session?
>
> gbilios


  Return to Index