Exchange 2019 OWA idle session timeout not working

Hossein Torki 1 Reputation point
2022-09-18T09:33:10.087+00:00

Hi, I have a problem in exchange 2019 on-premise environement. I configure owa session timeout using bellow methods but none of them not working at all.

1- Set-OrganizationConfig -ActivityBasedAuthenticationTimeoutInterval 00:5:00
2- Some regisistery key in server

any solution?

Exchange | Exchange Server | Management
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. JimmySalian-2011 42,511 Reputation points
    2022-09-18T11:11:22.973+00:00

    Hi Hossein,

    Can you check if you have enabled it via this command?

    Get-OrganizationConfig | Fl -ActivityBasedAuthentication*  
    

    If not set it to Enabled set-OrganizationConfig -ActivityBasedAuthenticationTimeoutEnabled $true

    ==
    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


  2. Amit Singh 5,306 Reputation points
    2022-09-19T10:22:04.23+00:00

    The Set-OrganizationConfig cmdlet is used to set the Activity-Based Authentication Timeout for OWA. For detailed syntax, see the TechNet article Set-OrganizationConfig.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.