Problem with Session Variables
This is my first test application using FR.NET with ASP.NET. I faced problems with Session Variables in the following situations:
Using Cookieless Environment
If I work in Cookieless environment (sessionState cookieless="true" in web.config) then after FR displays the first page (it has 10 pages in all) it throws an error that points to a Session Variable. Apparently when it goes back to pull the 2nd page, it has already lost the Session Variables.
Using Cookie Environment
If I work in cookie enabled environment (sessionState cookieless="false" in web.config) then FR display all pages in the report without any problem. However when I click at "Back" button in the Web Browser it displays typical "Session Expired" error page. In short, I cannot go back to the calling page, and instead have to abruptly terminate the application.
Please provide some guidelines to fix this problem.
Tariq Changgez
Using Cookieless Environment
If I work in Cookieless environment (sessionState cookieless="true" in web.config) then after FR displays the first page (it has 10 pages in all) it throws an error that points to a Session Variable. Apparently when it goes back to pull the 2nd page, it has already lost the Session Variables.
Using Cookie Environment
If I work in cookie enabled environment (sessionState cookieless="false" in web.config) then FR display all pages in the report without any problem. However when I click at "Back" button in the Web Browser it displays typical "Session Expired" error page. In short, I cannot go back to the calling page, and instead have to abruptly terminate the application.
Please provide some guidelines to fix this problem.
Tariq Changgez
Comments