cancel
Showing results for 
Search instead for 
Did you mean: 

Configuration of sessions for deployed servlet, jsp, wdp

Former Member
0 Kudos

Hello,

I wonder how to configure session for a specific servlet. As there are several locations where to deal with session management.

I have found the Security Provider->SessionExpirationPeriod property which is fixed to ~27 hours, this is a general parameter for all security providers.

I need to do it per application, I have then tried to set the session in the servlet descriptor it is not taken into account.


	<session-config>
		<session-timeout>10000</session-timeout>
	</session-config>

The security provider of the servlet is set to SAML authentication.

Thanks for your input on this topic,

Tanguy Mezzano

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

No one can help?

Former Member
0 Kudos

Finally, it was that parameter.