I am trying to redirect from one Apache server to another using the following command in the httpd.conf:
Redirect / [
<ip...] address>//Login.htm
There are cookies being set prior to the redirection that I want to persist after the redirection, but they are not included. This is breaking my header authentication from the Login.htm page.
Is this expected behaviour? Is there a better way to accomplish this while maintaining my session through the redirect? Thanks!