I think the problem is that the sessions are different. What is set in one is not available in the other. I am not able to embed the JSP page into the Xwiki because this particular JSP page is a login form to construct user credentials for a custom Xwiki authentication class. My guess is that the user would have to be authenticated to see any of the Xwiki pages due to the setup.
I am using Tomcat as the container, trying to determine how to implement server-wide sessions now. If the session values I am trying to set are XML strings with user credentials, I am thinking that setting up the session to span the server may be problematic when others attempt a concurrent login. -- View this message in context: http://xwiki.475771.n2.nabble.com/Setting-a-session-variable-in-the-Xwiki-Context-to-a-value-defined-in-HTTP-session-tp7581330p7581379.html Sent from the XWiki- Dev mailing list archive at Nabble.com. _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

