I was trying to set a cookie before I called session_start() and it was
giving me an error. But isn't sessions really just a cookie? Why would
it matter if I sent a cookie before session_start? Can I set them
afterwards?
giving me an error. But isn't sessions really just a cookie? Why would
it matter if I sent a cookie before session_start? Can I set them
afterwards?
Comment