Aaron Evans wrote:
Anton is absolutely correct. When you use APPLICATION_SCOPE for your portlet session scope, it stores it in the same place as the session.setAttribute of HttpServlet session. But you have to turn on cross context as Anton suggests...
If you package the servlet and portlet in the same portlet/servlet web application, you can share application scope state between portlets and servlets. In this case, cross context is not required.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
