Hi all,
We have a web application our customers use to check product etc. The common login procedure including setting a cookie to the local host for session management has always worked fine.
Recently, we have had a problem with a customer using MS proxy server for the web. As I understand it, the proxy server actually hits sites a user requests. The user does not directly hit the site, but rather views a cached page on the proxy server.
Many times when this customer logs in, the proxy server messes up the login procedure. Either they cant login, or they jump right into the site without loggin in, viewing a cached page, but cant access areas on the site because they arent logged in but rather viewing a cached page.
Are there any techniques anyone suggests for dealing with login procedures and users using a proxy server? Does the cookie get set on the proxy server instead of the loca computer doing the request?
We have a web application our customers use to check product etc. The common login procedure including setting a cookie to the local host for session management has always worked fine.
Recently, we have had a problem with a customer using MS proxy server for the web. As I understand it, the proxy server actually hits sites a user requests. The user does not directly hit the site, but rather views a cached page on the proxy server.
Many times when this customer logs in, the proxy server messes up the login procedure. Either they cant login, or they jump right into the site without loggin in, viewing a cached page, but cant access areas on the site because they arent logged in but rather viewing a cached page.
Are there any techniques anyone suggests for dealing with login procedures and users using a proxy server? Does the cookie get set on the proxy server instead of the loca computer doing the request?