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.
Any help would be much appreciated.
Thanks for your help,
Phil
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
