--- doktora v <[EMAIL PROTECTED]> wrote: > [...] my jsp contains a <%@ page session="false" %> directive, > [...] > This took me a while to debug so I'm posting in case anyone has any > information about this behaviour. Is this documented anywhere?
If you set session="false" then you can't access the session in the JSP. See any of the JSP "page" directive docs. I guess my gut reaction would be if I set the session to false then I shouldn't be surprised when I can't access it. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]