Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 SSRS Cookies Problem

Author  Topic 

Serge
Starting Member

44 Posts

Posted - 2007-11-28 : 12:03:01
Hi,

I don't know if anyone else run in to this problem but here it is. I have a report that shows some stats. The report is inbuilt in to a webpage and is inside an AJAX frame. The report has some parameters. Instead of using SSRS own textboxes and making them navigate to different parts of the report I moved all the links to be external to the SSRS frame. I.e. I made links myself using HTML code and pointed them all to the SSRS server and incorporated all parameter values in to the link. Now, when the report is published to be accessed via a web interface it uses session cookies, which are stored on the user machine. I am having some difficulties accessing some of the links. I narrowed it down to the cookie itself. If I keep deleting the cookie before I click on the link then all the parts load fine and all the parameters are passed fine, however if I leave cookie the html links don't work unless the cookie expires.
Any idea how I can set cookie expiry to immediately or not to use it at all?

Thanks a lot
   

- Advertisement -