Skip to main content
Question

FSM - Expire users session in WebClient after a deployment is made

  • March 7, 2025
  • 3 replies
  • 35 views

Forum|alt.badge.img+2

Hi IFS community, 

 

have a client where there is a request to automatically force the users to relogin after there is a deployment done.

 

I know there are 2 app parameters that related to this : CLIENT_TIMEOUT and SESSION_TIMEOUT but these parameters are not automatically forcing the users to timeout in the WebClient version.

The IFS Release on FSM is Release: 6 Update 29Release: 6 Update 29.

 

Have also found a perform message that works in FSM Smart Client version but not in WebClient:

 

<perform_logout_person>

  <parameters>

    <person_id> @person_id </person_id>

  </parameters>

</perform_logout_person>

 

So, does anyone know of a way to force a user to logout or relogin after we perform a deployment on an environment?

 

Thanks!

3 replies

roklde
Superhero (Employee)
Forum|alt.badge.img+27
  • Superhero (Employee)
  • March 11, 2025

Hi Frederico,

you could try to recycle the Web Client Application Pool in IIS. That should invalidate the current User session and upon reloading the page a User should be redirected to the login screen.

 

Best regards
Roman


Forum|alt.badge.img+2
  • Author
  • Do Gooder (Partner)
  • March 13, 2025

Hi Roklde, 

 

I don’t have access to the Web Client application Pool . the servers are hosted in private cloud in which I cant access.

 

 


roklde
Superhero (Employee)
Forum|alt.badge.img+27
  • Superhero (Employee)
  • March 14, 2025

That’s unfortunate.

What about a notification via Mail instead?

Best regards
Roman