cancel
Showing results for 
Search instead for 
Did you mean: 

Auto Time Out for Web sessions

Former Member
0 Kudos

Hi ,

config rdsip/gui_auto_logout for GUI auto time out , what about the web sessions??

because our web session is not able to auto log out when idle.even we have set icm\conn_time out &icm/keep_alive_time out . any more setting to be done ?? in order to Auto out of Web sessions.

Thanks in advance

Regards,

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

You may need to look at this parameter also.

rdisp/plugin_auto_logout

This is fr web sessions.

Good Luck

Amit

former_member185706
Participant
0 Kudos

Hi,

there is default timeout of web sessions - it is described in Servlet 2.5 Specification with default value of 30 min.

You can change this value with following tag in the web.xml in your application :

<session-config>

<session-timeout>

60

</session-timeout>

</session-config>

Instead of 60, you can specify any value in minutes.

Best Regads

Bojidar