I have a problem with a project that I'm working on, well, it might not be exactly a problem.
This is what happens, I use the global $_SESSION for (obviously) managing sessions on my application, the thing is that I think that ZoneAlarm keeps on blocking the session's cookie when working on localhost, when I upload the project I have to modify my ZoneAlarm's settings to allow 3rd party cookies for that domain and it works correctly: I can loggin to the site. When I try to do this on localhost I can't loggin, so I allways have to quit ZoneAlarm, does anybody know how can I use localhost's sessions without closing my firewall?
Any help will be really appreciated! 😃