Re: [PHP] session.cookie_path problem

2007-06-10 Thread Richard Lynch
Is PHP sending the correct path in it headers for the cookie? Use FireFox + LiveHTTPHeader to find out. Is your BROWSER correctly honoring the path? It shouldn't be sending back the cookie for app1 in app2, but, if it does, PHP won't know it wasn't supposed to, I don't think... On Sun, June 10, 2

[PHP] session.cookie_path problem

2007-06-10 Thread Lasse Brandt
Hi, I am having some trouble with my sessions cookie_path - it doesn't seem to work - or maybe I am not working, I don't know at the moment :) Apache 2.2.3 and PHP 5.3.2 as module. What I want to achieve, is 2 separate sessions in the same website - in different directories of course. My test

[PHP] session.cookie_path problem

2003-08-18 Thread Binay Agarwal
Hi everybody I am having problem with session.cookie_path. By deafult path is "/". But what i think it should be client side path.. right?? In case client is win2k where does this cookie get saved.Any idea? Binay