Re: [PHP] Storing user ID in a cookie security precautions

2008-02-25 Thread Nathan Nobbe
On Mon, Feb 25, 2008 at 12:43 PM, Robert Cummings <[EMAIL PROTECTED]> wrote: > On Mon, 2008-02-25 at 12:28 -0500, Steve Finkelstein wrote: > > Hi folks, > > > > I just completed my first reading of Advanced PHP Programming by > > George Schlossnagle and was very impressed and thankful for the weal

Re: [PHP] Storing user ID in a cookie security precautions

2008-02-25 Thread Robert Cummings
On Mon, 2008-02-25 at 12:28 -0500, Steve Finkelstein wrote: > Hi folks, > > I just completed my first reading of Advanced PHP Programming by > George Schlossnagle and was very impressed and thankful for the wealth > of information with examples provided by George. > > With that said, there is a c

Re: [PHP] Storing user ID in a cookie security precautions

2008-02-25 Thread Daniel Brown
On Mon, Feb 25, 2008 at 12:28 PM, Steve Finkelstein <[EMAIL PROTECTED]> wrote: [snip!] > My question to the community is -- I'd like to try something similar > to this approach for an application I'm working on. Although I'm a bit > concerned as in the event of XSS or something of that nature, w

[PHP] Storing user ID in a cookie security precautions

2008-02-25 Thread Steve Finkelstein
Hi folks, I just completed my first reading of Advanced PHP Programming by George Schlossnagle and was very impressed and thankful for the wealth of information with examples provided by George. With that said, there is a chapter dedicated to Authentication using client-side cookies and encryptin