HttpSessionListener implementation
Can sessionlistener class have a constructor like below?
but then Servletcontainer is not loading the web application !!!
publicclass SessionManagerimplements HttpSessionListener
{
privatestaticint activeSessions =0;
SessionManager()
{
}

