M
Mike
Hello,
I have written a reverse proxy that redirects some of the portal's pages on
a different (remote) server. The communication occurs in HTTPS. When a page,
which contains several controls, gets executed and is redirected on the
remote server, the "Session_Start" method fires for each single control on
the page. This means that the content of the Session is never the same,
since a new SessionID is created. Why is that? In my reverse proxy I am not
handling cookies, since our application is cookieless. Could this be the
cause of the problem?
Any suggestion is greatly appreciated. I'm really stuck on this one...
Thanks.
Mike
I have written a reverse proxy that redirects some of the portal's pages on
a different (remote) server. The communication occurs in HTTPS. When a page,
which contains several controls, gets executed and is redirected on the
remote server, the "Session_Start" method fires for each single control on
the page. This means that the content of the Session is never the same,
since a new SessionID is created. Why is that? In my reverse proxy I am not
handling cookies, since our application is cookieless. Could this be the
cause of the problem?
Any suggestion is greatly appreciated. I'm really stuck on this one...
Thanks.
Mike