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 there is any limit or not).  Something like that is great when
you're paging through results.

Hope this has helped.

From: Jeff <[EMAIL PROTECTED]>
Date: Fri, 02 Mar 2001 10:58:05 -0500
To: [EMAIL PROTECTED]
Subject: server side cookies

Does anyone know how to set server side cookies in php?  Or can you
point me to a link on how to do this.
Please note that I am not asking how to set client side cookies.

Thanks,

Jeff


---
Michael David
The Miller Group
Web-based software for Schools
http://www.miller-group.net


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to