<div dir="ltr">Hello all,<br><br>I'm using ISAPI rules to rewrite a URL transparently. As far as I know, this acts like a proxy.<br><br>Let's say the browser access URL is "<a href="http://abc.com">abc.com</a>" and this is rewritten transparently to "<a href="http://xyz.com">xyz.com</a>", all works great except, the Drupal session is saved with the domain "<a href="http://xyz.com">xyz.com</a>", making me unable to read it when accessing the site on "<a href="http://abc.com">abc.com</a>" because it's outside the domain.<br>
<br>I believe optimally I'd want Drupal to write it under the domain "<a href="http://abc.com">abc.com</a>" rather than "<a href="http://xyz.com">xyz.com</a>". 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>