Interesting problem with session state...help?

M

Marcus

We have a third party application built for us that utilizes Sql
Server Reporting Services to produces various reports for our
business. Normally one would access the various reports directly
through their asp.net application. However, I am trying to build a
link directly to a specific report within their application so it can
be clicked on from our intranet (i.e. outside their application). The
link looks something like this:

http://request.bentall.com/Request//Page.aspx?k=1108&PropertyKey=1176...

If one starts up a new instance of IE, and enters the above link, the
page redirects to:

http://request.bentall.com/Request/Default.aspx

and then loads up the correct report in the center frame with the
various frames of the frameset loaded correctly. HOWEVER, if I try to
go to this link once again (either immediately or after browsing away
to another page anywhere and then returning), the redirection does not
occur and the initial url loads without the frameset (i.e.
http://request.bentall.com/Request//Page.aspx?k=1108&PropertyKey=1176...).
If I start up a new instance of IE, then it works fine for that first
visit to the report, but the next visit same problem. I thought that
it might be a session state issue, so I cleared all the temporary
files and cookies, but still no go. It baffles me how somehow the
asp.net application has some sense of whether I have been to the
report page already with this instance of IE. Am I somehow not
breaking the session by removing all cookies? Is there something else
I can try? By the way, evening spawning a new IE window (ctrl-N) which
I gather is the same IE process has the same problem.

Thanks for any feedback.

Marcus
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,066
Latest member
VytoKetoReviews

Latest Threads

Top