Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

How to edit and stretch user session

Hi everybody,   I am in trouble with user session length in Power BI Report Server. I found out it lasts exactly 1 hour and I need to change it because it's too short to me.   Anyway, even if it'...
  • Anonymous's avatar
    Anonymous
    5 years ago

    Finally I found out the way, even if it was really casually. You need to open web.config file which is located in C:\Program Files\Microsoft Power BI Report Server\PBIRS\ReportServer and there at line 13 in </authentication> parameter there's a timeout set to 60, which is the length of user session in minutes. You need to edit it and then stop and restart the Report Server through Report Server Configuration Manager.

     

    Bye