Versions Compared

Key

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

...

The global configuration can be found in the <IS_HOME>/repository/conf/identity/identity.xml file under the <TimeConfig> element. 
These property values are in minutes. 

Code Block
languagehtml/xml
  <TimeConfig>
	   <SessionIdleTimeout>15</SessionIdleTimeout>
       <RememberMeTimeout>20160</RememberMeTimeout>
  </TimeConfig>

...