pro_jsp thread: Session.start & session.edn events?
Are there events in JSP similar to ASP session.start and session.end? What if we want to greet a new user when he/she logs on and say good bye when they log off? We need to use Java delegation event model. BUt where this fits in in JSP? WHat motheds could trigger these events? isNew() for session.start? invalidate() for session.end? Thanks in advance Jeff
|





