<div dir="ltr">Hello all,<br><br>I&#39;m using ISAPI rules to rewrite a URL transparently. As far as I know, this acts like a proxy.<br><br>Let&#39;s say the browser access URL is &quot;<a href="http://abc.com">abc.com</a>&quot; and this is rewritten transparently to &quot;<a href="http://xyz.com">xyz.com</a>&quot;, all works great except, the Drupal session is saved with the domain &quot;<a href="http://xyz.com">xyz.com</a>&quot;, making me unable to read it when accessing the site on &quot;<a href="http://abc.com">abc.com</a>&quot; because it&#39;s outside the domain.<br>
<br>I believe optimally I&#39;d want Drupal to write it under the domain &quot;<a href="http://abc.com">abc.com</a>&quot; rather than &quot;<a href="http://xyz.com">xyz.com</a>&quot;. I thought this might be a setting read from the $base_url inside the settings.php but apparently not. Is there a way to force the domain Drupal uses to set its cookies? I hope I got this right and it makes sense. I appreciate any help or ideas.<br clear="all">
<br>-- <br>Ashraf Amayreh<br><a href="http://aamayreh.org">http://aamayreh.org</a><br>
</div>