Enabling Cookies

A

Anonymous

Guest
I have MySQL, php and Apache installed on my machine and I'm having problems enabling cookies, so that I could test my site before I upload it to the real server. I've edited configs of apache and php and set everything I could find about cookies to yes, but it doesn't work.

Am I missing something? What variables should I change in the config?
 
Generally speaking, to get cookies to work, there's nothing to configure on the server side. A vanilla installation of PHP/Apache should work just fine without any tweaking. What exactly are you trying to do with cookies? Can we see the part of your code that deals specifically with cookies?
 
yes I think nothing needs to be configured on the server side for cookies to work on default (vl....) configuration
are you getting any warnings ..errors .... :?:
 
Make sure you have a temp dir created. (c:\tmp) under windows.
 
Back
Top