Retrieving cookies on a different webpage

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • miraan
    New Member
    • Apr 2008
    • 24

    Retrieving cookies on a different webpage

    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?
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    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.

    Comment

    • hsriat
      Recognized Expert Top Contributor
      • Jan 2008
      • 1653

      #3
      Or use path argument in the setcookie function for any customization.
      Last edited by Atli; May 18 '08, 02:34 PM. Reason: Changed in.php.net to just php.net. Works a lot faster that way.

      Comment

      Working...