Re: [PHP] Adventures in Cookies

2006-01-23 Thread Gerry Danen
After some googling, it's a browser thing, not a php thing, as Austin pointed out. There are just rules (well, suggestions maybe) to be aware of. Are we flogging a dead horse here? On 1/23/06, tedd <[EMAIL PROTECTED]> wrote: > >Austin Denyer wrote: > >>This is a function of the way cookies work,

Re: [PHP] Adventures in Cookies

2006-01-23 Thread tedd
Austin Denyer wrote: This is a function of the way cookies work, and is not a php issue. Exactly. This is similar to how you can bookmark a page in one browser, and it won't be in another browser's bookmarks. There's nothing that says browsers should all use shared resources for persistent d

Re: [PHP] Adventures in Cookies

2006-01-23 Thread Chris Shiflett
Austin Denyer wrote: This is a function of the way cookies work, and is not a php issue. Exactly. This is similar to how you can bookmark a page in one browser, and it won't be in another browser's bookmarks. There's nothing that says browsers should all use shared resources for persistent da

Re: [PHP] Adventures in Cookies

2006-01-23 Thread tedd
Tedd, tedd wrote: Hi all: While I'm sure this is obvious for most, but I just discovered this. Using one browser (browser A) I can access one of my pages and create a cookie with a user input value. Then using a different browser (browser B), I can access the same page and create anothe

Re: [PHP] Adventures in Cookies

2006-01-23 Thread David Grant
Please ignore the previous e-mail: I slipped on the keyboard. :) -- David Grant http://www.grant.org.uk/ http://pear.php.net/package/File_Ogg0.2.1 http://pear.php.net/package/File_XSPF 0.1.0 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsu

Re: [PHP] Adventures in Cookies

2006-01-23 Thread David Grant
Barry wrote: > Austin Denyer wrote: >> On Mon, 23 Jan 2006 16:37:12 + >> David Grant <[EMAIL PROTECTED]> wrote: >> >>> tedd wrote: >>> Hi all: While I'm sure this is obvious for most, but I just discovered this. Using one browser (browser A) I can access one of my pages

Re: [PHP] Adventures in Cookies

2006-01-23 Thread David Grant
Austin, Austin Denyer wrote: > On Mon, 23 Jan 2006 16:37:12 + > David Grant <[EMAIL PROTECTED]> wrote: >> tedd wrote: >>> ... >> Can you provide some examples for what you mean? > > I think he's referring to the fact that you can have one cookie in, > say, Mozilla and another one in, say, Kon

RE: [PHP] Adventures in Cookies

2006-01-23 Thread Dan Parry
n't see it) Either way I don't believe this to be a PHP specific issue :) Just my tuppence worth Dan -Original Message- From: tedd [mailto:[EMAIL PROTECTED] Sent: 23 January 2006 16:31 To: php-general@lists.php.net Subject: [PHP] Adventures in Cookies Hi all: While I'm

Re: [PHP] Adventures in Cookies

2006-01-23 Thread Barry
Austin Denyer wrote: On Mon, 23 Jan 2006 16:37:12 + David Grant <[EMAIL PROTECTED]> wrote: tedd wrote: Hi all: While I'm sure this is obvious for most, but I just discovered this. Using one browser (browser A) I can access one of my pages and create a cookie with a user input value. Th

Re: [PHP] Adventures in Cookies

2006-01-23 Thread Austin Denyer
On Mon, 23 Jan 2006 16:37:12 + David Grant <[EMAIL PROTECTED]> wrote: > > tedd wrote: > > Hi all: > > > > While I'm sure this is obvious for most, but I just discovered this. > > > > Using one browser (browser A) I can access one of my pages and > > create a cookie with a user input value.

Re: [PHP] Adventures in Cookies

2006-01-23 Thread Austin Denyer
On Mon, 23 Jan 2006 11:30:32 -0500 tedd <[EMAIL PROTECTED]> wrote: > > While I'm sure this is obvious for most, but I just discovered this. > > Using one browser (browser A) I can access one of my pages and create > a cookie with a user input value. > > Then using a different browser (browser

Re: [PHP] Adventures in Cookies

2006-01-23 Thread David Grant
Tedd, tedd wrote: > Hi all: > > While I'm sure this is obvious for most, but I just discovered this. > > Using one browser (browser A) I can access one of my pages and create a > cookie with a user input value. > > Then using a different browser (browser B), I can access the same page > and cre

[PHP] Adventures in Cookies

2006-01-23 Thread tedd
Hi all: While I'm sure this is obvious for most, but I just discovered this. Using one browser (browser A) I can access one of my pages and create a cookie with a user input value. Then using a different browser (browser B), I can access the same page and create another cookie with another u