Cached Logins proxying

52 views Asked by At

I want the proxy server to store/overwrite all session information across all clients. This should allow all clients to be logged into a websites simultaneously: ie. you log into a website with one browser via the proxy from Client1 and all the session information will be recycled for Client2, which will effectively be logged in. I am well aware of the security implications, but all proxies are designed to avoid this and sharing account passwords is not an option!

I have looked at various proxies like squid3 and a few others, but all of them seem not to be able to do what I want due to the security issues it causes. Even simple php proxy scripts are programmed to avoid this problem. Where would I look to construct something like this on my own?

Many thanks

0

There are 0 answers