摘要:
j2ee中存在的监听器有八种,其中四种有关于session 可以分为以下几类: 生命周期类:监听对象的创建和销毁 Interface ServletRequestListener Interface ServletContextListener Interface HttpSessionListen 阅读全文
摘要:
首先实现Filter接口(该实例是用于判断session中是否存在用户) 然后要在web.xml配置文件中指定相关信息 阅读全文