Hello,

I have defined my own valve that performs some global request listening
before any web application specific things kick in.

So I am in my valve's invoke method and want to use session attributes.
Correct me if I am wrong but it seems that at this point the session
information is not present. The following getSession() returns null:

((HttpServletRequest)request.getRequest()).getSession()

Is it possible to (somehow) use session information from inside my
valve code? How?

with best wishes,
Taavi



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to