Hi,
APACHE -
Server version: HP-UX_Apache-based_Web_Server/2.0.48
Server built: Nov 5 2003 03:42:46
OS -
HP-UX B.11.11
Information about setup -
I have a machine with 5 NIC. All these have static IP Address. Each NIC has an entry for it in DNS.
Hence each machine can be referred by 5 DNS names like...
Mac1.myhome.com
Mac2.myhome.com
Mac3.myhome.com
Mac4.myhome.com
Mac5.myhome.com
Apache here is configured with PHP support.
Issue -
Apache creates new session ID for each request for few of these DNS names.
ie When i display session ID from PHP the session id remain same for Mac3.myhome.com but keeps changing for each click for others.
hence PHP tends to loose all its Session Variable info.
I am not sure where the problem is.
Is it something to do with APACHE configuration?
Why APACHE treats others names as if they are some remote machines and create new session everytime request happens.
Any clue or help will be appreciated.
Many Thanks
Lalit Seth