Hi all
I am trying to use sessions on win98 with Apache and PHP4.04 as Apache module.
have added:
LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php4
to httpd.conf
have changed php.ini to save files in directory.
phpinfo() says SAPI is apache, session files appear in directory, session variables appear to be set when viewed on page session started on but when I request new page the variables seem to be empty.
what don't I understand? What am I missing?
Thanks for your help.
Angus Fraser