[PHP] Re: server side cookies

2001-03-02 Thread Michael David
Jeff: You're talking about sessions, for the most part. Sessions are nice, as you can efficiently handle things like arrays with 10,000 items of 200 bytes each without doing something extremely stupid like sending the user The Cookie From Hell (assuming a 2M cookie is even legal - I forget if

Re: [PHP] Re: server side cookies

2001-03-02 Thread Mark Maggelet
On Fri, 02 Mar 2001 13:49:17 -0600, Michael David ([EMAIL PROTECTED]) wrote: Jeff: You're talking about sessions, for the most part. I might be wrong but I think he's talking about setcookie(), for which the docs are here: http://www.php.net/manual/en/function.setcookie.php meaning that the