in reply to Re: Perl acting different on two machines
in thread Perl acting different on two machines

I have updated the original message. I failed to added the information regarding Apache and the conf files.
  • Comment on Re^2: Perl acting different on two machines

Replies are listed 'Best First'.
Re^3: Perl acting different on two machines
by keszler (Priest) on Nov 20, 2009 at 11:14 UTC
    I assume when you say the Apache config files "compare to be the same" that you mean aside from their unique server names and IP addresses.

    Check the Perl for the cookie-setting code. Is the cookie domain set to the unique server name, i.e. server1.mydomain.com, or to mydomain.com? If the former, the Perl on server2 needs to use server2.mydomain.com.