NYCPHP Meetup

NYPHP.org

[nycphp-talk] setcookie Pt. II

Phil Powell soazine at erols.com
Thu Sep 4 17:34:57 EDT 2003


MessageNo that deletes the cookie from what I understand instantly.. I want the cookie to exist but to exist under the browser session.  So I don't set any time at all, but I still have to set the path in spite of setting no time!

Phil
  ----- Original Message ----- 
  From: pswebcode, nyc 
  To: 'NYPHP Talk' 
  Sent: Thursday, September 04, 2003 5:24 PM
  Subject: RE: [nycphp-talk] setcookie Pt. II


  Setting the cookie time to some time in the past causes the cookie to expire as soon as browser is closed, giving you what you want. No?
    -----Original Message-----
    From: talk-bounces at lists.nyphp.org [mailto:talk-bounces at lists.nyphp.org] On Behalf Of Phil Powell
    Sent: Thursday, September 04, 2003 5:21 PM
    To: NYPHP Talk
    Subject: [nycphp-talk] setcookie Pt. II


    setcookie('nordicnet_registration', $uplinenumber); // SESSION COOKIE TO BE SET

    I have this cookie I have to set that will be session-based (cookie deletes when browser session is closed, the classic).  However, the cookie is set in /Main_page/registrering.php so the path for the cookie is incorrect; I want the path to be '/'.  HOWEVER, PHP is strict on syntax so that if I set a path, I have to set a time int value at the same time.  

    I want to set the path and NOT the time int.  How do I do that?

    Phil


------------------------------------------------------------------------------


  _______________________________________________
  talk mailing list
  talk at lists.nyphp.org
  http://lists.nyphp.org/mailman/listinfo/talk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20030904/23807109/attachment.html>


More information about the talk mailing list