Managing sessions
For information about IG sessions, see Sessions. Change IG session properties in the following ways:
Mode | To change the session properties |
---|---|
Stateless sessions in standalone mode and web container mode |
Configure the JwtSession object in the route that processes a request, or in its ascending configuration. For example, define the
|
Stateful sessions in standalone mode |
Change the For example, add the following lines to
|
Stateful session in web container mode |
Change the configuration for the session cookie in the container, and restart IG. For example, add the following lines in Tomcat’s
|