Interface ISessionDefaultsProvider

All Known Implementing Classes:
DefaultSessionDefaultsProvider

public interface ISessionDefaultsProvider
API to set SessionInfo of a session - in addition to the configuration of sessiondefaults.xml. The implementing class must be named in system.xml (element "sessionmanagement", attribute "sessiondefaultsprovider").

We recommend to extend your implementation from DefaultSessionDefaultsProvider because this class will be extended with default behavior in case of extending this interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is called after the ssesion information was loaded with defaults coming from sessiondefaults.xml-configuration.
  • Method Details

    • initializeSessionInfo

      void initializeSessionInfo(SessionInfo si)
      This method is called after the ssesion information was loaded with defaults coming from sessiondefaults.xml-configuration. You may update the information in the SessionInfo-parameter.