Re: [PHP] Multiple cookies on the same computer

2009-03-31 Thread Ken Watkins
>>> On 3/27/2009 at 8:10 PM, in message <49cd6b07.6010...@mac.com>, "Michael A. >>> Peters" wrote: Ken Watkins wrote: >> I have set up a blog site where my family creates posts and they get emailed >> to members of the family. To keep up with their identities, I created a >> script for each fam

Re: [PHP] Multiple cookies on the same computer

2009-03-27 Thread Michael A. Peters
Ken Watkins wrote: Hi all. Newbie here. I have set up a blog site where my family creates posts and they get emailed to members of the family. To keep up with their identities, I created a script for each family member to run (dad.php, mom.php, etc.), and it sets a cookie on each computer an

Re: [PHP] Multiple cookies on the same computer

2009-03-27 Thread Ken Watkins
>>> On 3/27/2009 at 11:15 AM, in message >>> <1238166938.3522.5.ca...@localhost.localdomain>, Ashley Sheridan >>> wrote: On Fri, 2009-03-27 at 09:59 -0400, Ken Watkins wrote: > >>> On 3/26/2009 at 10:24 PM, in message > >>> <0a88dc6e-0655-4565-b9a7-e21337fc0...@bluerodeo.com>, dg > >>> wrote:

Re: [PHP] Multiple cookies on the same computer

2009-03-27 Thread Ashley Sheridan
On Fri, 2009-03-27 at 09:59 -0400, Ken Watkins wrote: > >>> On 3/26/2009 at 10:24 PM, in message > >>> <0a88dc6e-0655-4565-b9a7-e21337fc0...@bluerodeo.com>, dg > >>> wrote: > > On Mar 26, 2009, at 7:14 PM, Ken Watkins wrote: > > >> To keep up with their identities, I created a script for each

Re: [PHP] Multiple cookies on the same computer

2009-03-27 Thread Ken Watkins
>>> On 3/27/2009 at 10:19 AM, in message <6f.57.30978.d60ec...@pb1.pair.com>, >>> Shawn McKenzie wrote: >> Optionally, I just thought that if this was too much for them to >> do/remember, they could have their own bookmarks, like "Dad - Yoursite" >> (http://www.yoursite.com/index.php?person=dad)

Re: [PHP] Multiple cookies on the same computer

2009-03-27 Thread Shawn McKenzie
Ken Watkins wrote: On 3/26/2009 at 11:12 PM, in message <70.12.30978.2144c...@pb1.pair.com>, Shawn McKenzie wrote: > Shawn McKenzie wrote: >> Ken Watkins wrote: >>> Hi all. >>> >>> Newbie here. >>> >>> I have set up a blog site where my family creates posts and they get >>> emailed to

Re: [PHP] Multiple cookies on the same computer

2009-03-27 Thread Ken Watkins
>>> On 3/26/2009 at 10:24 PM, in message >>> <0a88dc6e-0655-4565-b9a7-e21337fc0...@bluerodeo.com>, dg >>> wrote: On Mar 26, 2009, at 7:14 PM, Ken Watkins wrote: >> To keep up with their identities, I created a script for each family >> member to run (dad.php, mom.php, etc.), and it sets a co

Re: [PHP] Multiple cookies on the same computer

2009-03-27 Thread Ken Watkins
>>> On 3/26/2009 at 11:12 PM, in message <70.12.30978.2144c...@pb1.pair.com>, >>> Shawn McKenzie wrote: Shawn McKenzie wrote: > Ken Watkins wrote: >> Hi all. >> >> Newbie here. >> >> I have set up a blog site where my family creates posts and they get emailed >> to members of the family. To keep

Re: [PHP] Multiple cookies on the same computer

2009-03-26 Thread dg
On Mar 26, 2009, at 7:14 PM, Ken Watkins wrote: To keep up with their identities, I created a script for each family member to run (dad.php, mom.php, etc.), and it sets a cookie on each computer and uses sessions so I know who is connecting. Each family member only uses her/his own page?