session
3 TopicsSession API questions
Greetings; I inherited an application from a previous developer who turned over scant documentation. We have a running application with embedded PowerBI reports, and this runs fine. We are trying to stand up another instance of this application, and cannot seem to get the embedded Power BI reports to function. At this stage, we believe one issue is the Session API. When the user clicks the link to open the embedded report, we call .../api/2.0/Session, and we get similar to the following in response on the system that is functional: date: "Tue 21 Feb 2023 17:45:13 GMT" setCookie: sqlAuthCookie="...." (redacted) server: "Microsoft-HTTPAPI/2.0" On the non-functioning system, I get this: connection: "close" date: "Tue 21 Feb 2023 17:42:11 GMT" server: "Microsoft-HTTPAPI/2.0" Can anyone point me in the direction of how I can find out why my session is not being established properly, any logging I can enable, or other troubleshooting ideas? My report server is running and functional on both systems, but just not integrated within the calling application on the second.532Views0likes0CommentsHow 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's a basic configuration, I was not able to reach it. I read many articles, as https://docs.microsoft.com/en-us/sql/reporting-services/report-server/rsreportserver-config-configuration-file?view=sql-server-ver15 or https://docs.microsoft.com/en-us/sql/reporting-services/tools/server-properties-advanced-page-reporting-services?view=sql-server-ver15 and they looked proper to me but here I didn't find anything useful: I tried to edit some properties, but anything worked (session user was still 1 hour) and I haven't even found any option which was set to 1 hour (or 60 minutes or 3600 seconds). I think it shouldn't be difficult, but I am not able to find it. Please help me, it's really valuable to me. Thanks a lot NickSolved3.4KViews0likes5CommentsAvoid Azure Session Timeout for ReportServer
We have setup Report Server and host several reports/dashboards. The authentication is via Azure Active Directory Authentication. One of the annoying issues users have been complaining about that the session times out while they are using the dashboard, causing them to refresh the dashboard and start over with their analysis. Is this is an expected issue that everyone is living with or is there some way around this?565Views0likes0Comments