Re: [PHP] Question: re: Session-only cookies and Firefox

2005-02-14 Thread Richard Lynch
RGL wrote: > Question: > Has anybody else noticed session-only cookies not disappearing when using > Firefox? Is this a Firefox bug (should they be notified/ or I get latest > Firefox) ? > > Using IE6 I can: > setcookie('sesvar', 'this session only', 0, "", > "www.mypersonaldomain.net"); > This can

[PHP] Question: re: Session-only cookies and Firefox

2005-02-12 Thread RGL
Question: Has anybody else noticed session-only cookies not disappearing when using Firefox? Is this a Firefox bug (should they be notified/ or I get latest Firefox) ? Using IE6 I can: setcookie('sesvar', 'this session only', 0, "", "www.mypersonaldomain.net"); This can be read and disappears afte