HttpSessionListener « Session « JSP-Servlet Q&A





1. Can I implement HttpSessionListener this way?    stackoverflow.com

I'm trying to tracking valid user Ids in my Java servlet, can I implement HttpSessionListener this way ?

public class my_Servlet extends HttpServlet implements HttpSessionListener
{
  String User_Id;
  static Vector<String> Valid_User_Id_Vector=new ...

2. what is HttpSessionListener    coderanch.com

3. HttpSessionListener    coderanch.com

4. HttpSessionListener    coderanch.com