Login or Sign up Help | Site Map
Connecting Tech Pros Worldwide

Retrieving cookies on a different webpage

Question posted by: miraan (Newbie) on May 17th, 2008 07:10 PM
Hi,
I set a php cookie on one page, is it possible to retrieve the same cookie on another webpage on my site or can i just retrieve the cookie from the page that i set the cookie on?
Would you like to answer this question?
Sign up for a free account, or Login (if you're already a member).
markusn00b's Avatar
markusn00b
Expert
1,745 Posts
May 17th, 2008
10:44 PM
#2

Re: Retrieving cookies on a different webpage
Quote:
Originally Posted by miraan
Hi,
I set a php cookie on one page, is it possible to retrieve the same cookie on another webpage on my site or can i just retrieve the cookie from the page that i set the cookie on?


The cookie is available throughout the domain.

Regards.

Reply
hsriat's Avatar
hsriat
Expert
1,308 Posts
May 18th, 2008
12:03 PM
#3

Re: Retrieving cookies on a different webpage
Or use path argument in the setcookie function for any customization.

Last edited by Atli : May 18th, 2008 at 02:34 PM. Reason: Changed in.php.net to just php.net. Works a lot faster that way.
Reply
Reply
Not the answer you were looking for? Post your question . . .
170,099 Experts ready to help you find a solution.
Sign up for a free account, or Login (if you're already a member).

Top PHP Forum Contributors