Hi. I use php4+win98+apache I have problem with sessions. When I wrote \"localhost\" to my browser\'s address line every session variable works correctly. But when I wrote my IP address to the address line session variables don\'t work. What is the problem? IS there something that I must do for the config. of Apache?
This may be due to a bug in Windows hostname resolution.
Be sure to add an entry in your hosts file for yourself ( \window\hosts ) .
The hosts file should at least contains
127.0.0.1 localhost 111.222.333.444 yourhostname
Hth
JBL