I'm having problems in using cookies.
I set a cookie that contains the login info of a user. Once a user is logged into the site, the cookie is set. The same cookie is to be accessed by the files under a subdirectory of the site.
The problem is that it seems that the subdirectory creates a new set of cookies instead of using the same cookie created when the user logged in. What shall I do so the scripts within the subdirectory access the same cookie instead of creating a different one.