Versions Compared

Key

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

...

Session Management is handled by the Session Manager service which only provides getters and instantiate instantiation methods for the first session type; the nl.gx.webmanager.foundation.Session. Because this is a wrapper around the other two sessions, you always have access to all three sessions if you have access to this session. The major purpose of the session is to define authorization. Authorization depends on the roles associated with the user stored in the session.

...