Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[10:47:39 CDT(-0500)] <b-rock> yes portal not portlet.

[10:47:59 CDT(-0500)] <b-rock> although there is this. 'org.jasig.portal.portlet.session.PortletSessionExpirationManager.PORTLET_SESSIONS'

[10:48:09 CDT(-0500)] <EricDalquist> since the servlet is part of the uPortal webapp it would have access to the entire uPortal session

[10:48:18 CDT(-0500)] <EricDalquist> uPortal stores a lot of data in the session

[10:48:28 CDT(-0500)] <EricDalquist> but ALL of it is stored and accessed through utilities

[10:48:54 CDT(-0500)] <EricDalquist> bad things will happen if you start poking around with existing portal session attributes (reading from or writing to) without going through the appropriate accessor API