If you want to access session object then you should do it following way in cocoon.
In your xsp file you can access the session. <xsp:logic> org.apache.cocoon.environment.http.HttpSession session = (org.apache.cocoon.environment.http.HttpSession)request.getSession(); Object foo = session.getAttribute("foobar"); . . . . </xsp:logic> From: "Christoph Stocker" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: sessions in cocoon Date: Wed, 29 May 2002 15:35:21 +0200 hi! can someone give an example to implement session-handling or tracking in cocoon. greetings, chris --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]> _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>