Hi all,
How do I access the javax.servlet.http.HttpSession from within XSP?
I know I have xsp-session but it is a org.apache.cocoon.environment.Session
And request.getSession() also returns a org.apache.cocoon.environment.Session
I've seen that the org.apache.cocoon.environment.http.HttpSession is created from the javax.servlet.http.HttpSession but I can't see how to access it from there.
I don't know exactly as I do not have written the code, but I think hiding the HttpSession was intended. You only shall access the Cocoon specific Session.
What exactly do you want to do?
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
