Go to new doc!

+49 228 5552576-0


info@predic8.com

login/sessionManager

Can be used in

login

Syntax

       [<sessionManager
           [cookieName="string"]
           [timeout="long"] />]                
			
Listing 1: sessionManager Syntax

Sample

       <sessionManager
           cookieName="SESSIONID"
           timeout="300000" />                
			
Listing 2: sessionManager Example

Explanation

The Session Manager identifies users across HTTP requests using a session cookie.

The name of the session cookie can be specified using the cookieName attribute. The default name is “SESSIONID”.

The session timeout can be specified in milliseconds using the timeout attribute. The default timeout is 5 minutes.