Hi All, I am trying to use an xsp page to place some variables into a session that can be used by other xsp pages.
I have tried the <session:set-attribute name="... and parameters.setParameter("me","myvalue"); and even tried setting request 'parameters' with <xsp-request:set-attribute ... and request.setAtrtribute Now, if in the same xsp page I use "get-attribute" tags to see if I really have populated the session object, I get the correct response. BUT when I move on to the next pipeline (with a redirect) the new xsp page cannot see the variables. Futher, in the cocoon.log.00000x file none of the session variables are listed in the ... REQUEST PARAMETERS or SESSION ATTRIBUTES sections as we move from page to page; however the session id is the same in all pages. I even use the <session: get session id tag to show the session in each page, and its the same. Where are my session variables?? Its seems such a simple requirement, I'm obviously doing something very wrong here.... help would be GREATLY appreciated, thanks. ===== _______________________________________ Terry Paddy - Christchurch, New Zealand __________________________________________________ Do You Yahoo!? Find the one for you at Yahoo! Personals http://personals.yahoo.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]>