Hi,
Yea hi
<VirtualHost 192.9.200.203>
ServerName 192.9.200.203
RewriteEngine On
..... Ok you are using Apache as a proxy
Now the problem here is this particular website has made cookies support manditory and this has created a lot of problem because every time the user connect and a cookies is sent to this user the cookies is sent with company.com. Since the cookies doesnt get registered every hit of his to this website keeps sending him new cookies.
OK... You should try reading the docs that come with the software fisrt. You'll get all your answers in the apache documentation for the proxy module. And as far as I know cookies have always been a problem when using proxies.
Regards, Amol Hatwar.