NYCPHP Meetup

NYPHP.org

[nycphp-talk] PHP/setcookie: Can someone work with me on c ookies offsite here?

Chris Bielanski Cbielanski at inta.org
Fri Aug 27 13:20:53 EDT 2004


Oh man, wouldn't that mean that IE users won't be logged out until the
browser restarts?

Mother of *suck.*


Thanks,
Chris Bielanski
Web Programmer, 
International Trademark Association,
1133 Avenue of the Americas, 33rd Floor
New York, NY 10036
+1 (212) 642-1745, f: +1 (212) 768-7796
mailto:cbielanski at inta.org, www.inta.org  
INTA -- 125 Years of Excellence



> -----Original Message-----
> From: Daniel Kushner [mailto:kushner at gmail.com]
> Sent: Friday, August 27, 2004 1:10 PM
> To: NYPHP Talk
> Subject: Re: Re: [nycphp-talk] PHP/setcookie: Can someone work 
> with me on
> cookies offsite here?
> 
> 
> This is how IE handles cookies - I'm not too sure about other 
> browsers.
> 
> The session cookies aren't stored on the clients file system but in
> memory only. Non-session cookies are stored on the file system. When
> you set your cookie with a '0', the data is in memory, and when you're
> doing "time() - 86400", it's on the file system. Try
> setcookie($projectFolderName, '', 0, '/');
> 



More information about the talk mailing list