Problem:
Loosing cookie values, but only under linux. No errors occur.
Setup:
Linux:
Ver: Redhat 9.0
Apache: httpd-2.0.40-21.3
MYSQL: mysql-3.23.56-1.9
PHP: php-4.2.2-17
Windows:
Ver: 98SE
Apache: 1.something (1.3.? I think)
MYSQL: ?
PHP: ?
Further info:
On a browser where cookies are not enabled, the page would add an ID to the address line, which would be placed after a question mark in the address. However, when ever the page is access under linux, it "tries " to put in this data, but it has not been set, so it doesn't get past putting a question mark there:
Suspicions:
Security/policy settings
Bad compile
Apache settings
PHP settings
Version change -> different method of application?
Eliminated suspicions:
File permissions
Partition type
Client browser
Client OS
Analysis:
I beleive the problem lies in settings or a bad compile. I've been through quite a lot of diagnostics checking various settings, access rights, browsers, client OSes etc. I don't believe it is a OS problem, however I do think the problem has come about from default settings which come with the OS.
Next steps:
I'll downloaded some different versions of Apache and PHP (I don't think MYSQL is worth fiddeling with at the moment. Correct me if you disagree). I'll fiddle about with those to see what happens.
I'll update this post as changes/progress occurs. Any input would be greatfully welcomed.