Well, I set a cookie using php from a directory inside of the main directory.
I specified the path as "/" so that my whole website could see the value from the cookie.
But I cant delete it from the directory that I set it from, only the main directory.
For example, I set the cookie from the directory login, which is a folder in the main directory.
I can only see the value and edit/delete the value in the cookie from the main directory, not from any other directory. Help?
I specified the path as "/" so that my whole website could see the value from the cookie.
But I cant delete it from the directory that I set it from, only the main directory.
For example, I set the cookie from the directory login, which is a folder in the main directory.
I can only see the value and edit/delete the value in the cookie from the main directory, not from any other directory. Help?