Hello
Hoping someone can help explain the following behaviour.
I have an application that does a series of redirects before hitting
in a login page.
If I insert this application hyperlink to any MS office 2003 product,
say MS Access and click on it I get strange browser session behaviour
with both IE7 and Firefox 2.0.
It seems that clicking on the link in MS Access creates a 'hidden'
browser session with one session id. At the point the redirects hit
the login page and a 200 is returned then an actual broswer window is
opened with a different session and session id. Anything written into
the first session by my application (session variables and cookies)
are lost further down the line due to this break in sessions.
If I click on the link off a web page the session remains constant
throughout.
I was wondering why there is this hidden browser session and is
session url rewriting the only way around this issue?
cheers for any help and advice