One additional question:

Is "request.getSession()" the only method where a session is retrieved?

I am asking this because I am planning to override the getSession method in a subclass of HttpServletRequest. However, I do not want a JSP-Page to bypass this method (e.g. by using the implicit session object from an other source).

Therefore my question: Are the implicit session-objects of JavaServer Pages also retrieved via HttpServletRequest.getSession()?

Thanks,

Hans


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to