When I visit my site after I login and save my session data in a cookie (not PHP session, but my own), let say at:
I am logged in already, that's what I want. But when I start surfing my site, for example:
I am no longer logged in because my program could not retrieve the cookie data from my browser. I realized that when a query string exists, the HTTP_COOKIES variable in the _SERVER array disappears. I don't know why this happens. Does anyone have any idea?
---------------------------------------
If you helped... thx.
I am logged in already, that's what I want. But when I start surfing my site, for example:
I am no longer logged in because my program could not retrieve the cookie data from my browser. I realized that when a query string exists, the HTTP_COOKIES variable in the _SERVER array disappears. I don't know why this happens. Does anyone have any idea?
---------------------------------------
If you helped... thx.