How to set session timeout | Community
Skip to main content
Level 2
December 10, 2021
Solved

How to set session timeout

  • December 10, 2021
  • 1 reply
  • 4037 views

Hi All

 

I want to know how to set session timeout.

I tried to set security session timeout in operator menu and changed server-config.xml in server.

But It didn't work.. 

 

Please could someone help!

 

Regards

byungho

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jyoti_Yadav

Hi @jyoti_yadav 

 

I may have misunderstood the function.

what function is a sessionTimeout?

I expect that if sessionTimeout is exceed, a user is automatically logged out.

 

Thanks,

byungho


Hi @bhjeong ,

 

Setting sessionTimeout works for SOAP request for an API call with sessionToken.

 

Thanks,

Jyoti

1 reply

Jyoti_Yadav
Level 8
December 10, 2021

Hi @bhjeong ,

 

You need to define value in serverConf.xml file.

There are two parameters under authentication node:

1) longSessionTimeOutSec

2) sessionTimeOutSec

 

Define values in these parameter and then test.

 

Thanks,

Jyoti

 

bhjeongAuthor
Level 2
December 10, 2021

Hi jyoti

 

I defined value in serverConf.xml.

but not work properly.

 

The user account was not logged out even though the set session time exceeded. 😞

 

Thanks,

byungho

bhjeongAuthor
Level 2
December 24, 2021

Hi @bhjeong ,

 

Are you able to configure 'sessionTimeout'?

 

Thanks,

Jyoti


Hi @jyoti_yadav 

 

Thank you for your help.

I configured 'sessionTimeout' at serverConf.xml 

I changed the values from AS-is to To-be (below image)

 

 

 

 

 

 

 

 

Should I need to configure more something?

 

Thanks,

byungho