Ask a Question related to PHP Development, Design and Development.
-
Marek Kilimajer #1
Re: [PHP] Clear ALL Cookies previously set
Eugene Lee wrote:
[url]www.php.net/set_cookie[/url] :>
> But I don't know what might happen if you use setcookie() to expire a
> cookie and then use setcookie() later on to set the same cookie.
>
In PHP 3, multiple calls to setcookie() in the same script will be
performed in reverse order. If you are trying to delete one cookie
before inserting another you should put the insert before the delete. In
PHP 4, multiple calls to setcookie() are performed in the order called.
Marek Kilimajer Guest
-
Previously working connection fails
I updated an older site. My setup is Mac OS X (Tiger) and Contribute 3. Client is using Contribute 1 on Windows XP. After my update, client was able... -
Different displays of previously-SELECTed data
Before I shoot off down innumerable blind alleys... A pro bono site I'm doing at present produces quite a lot of data per query, and things are... -
Plz Help! Trying to have a box where I can EITHER type a new name or select a previously recorded name
You can set the limit to yes = to yes. The, for the no in list even, you can use the follwing code: Private Sub Combo33_NotInList(NewData As... -
Previously owned copies of Windows
Bill - you may only purchase a Retail copy of Windows XP pre-owned. (You may not transfer an OEM copy - so it is a breach of the license to resell ... -
How to identify a filter previously applied to a layer????????
Hey there, I am creating DVD Menu's and created one a couple of weeks ago in which I applied a filter to the background image to lighten it up a... -
Eugene Lee #2
Re: [PHP] Clear ALL Cookies previously set
On Mon, Sep 22, 2003 at 10:18:21AM +0200, Marek Kilimajer wrote:
:
: Eugene Lee wrote:
: >
: >But I don't know what might happen if you use setcookie() to expire a
: >cookie and then use setcookie() later on to set the same cookie.
:
: [url]www.php.net/set_cookie[/url] :
:
: In PHP 3, multiple calls to setcookie() in the same script will be
: performed in reverse order. If you are trying to delete one cookie
: before inserting another you should put the insert before the delete. In
: PHP 4, multiple calls to setcookie() are performed in the order called.
This only explains how cookies are sent from a PHP script. My question
(sorry, should've been clearer) deals with how the browser handles such
multiple cookies.
Eugene Lee Guest



Reply With Quote

