Hi, I developed a Poll system that uses cookies. It works fine under Windows (Apache and MySQL), but it does not work properly under Linux. - I transitioned my site from my windows based server to a linux machine.
Cookies does not work properly when I use the system under Linux (Apache and MySQL). I already checked php.ini and can't seem to find what is wrong. The only difference is the "session.save_path = /tmp" on the Linux box and on the windows box it was "session.save_path = c:/windows/temp" Could you help me ? Thank you! Ryan