On Tue, 9 Nov 2004 11:43:19 +0000, Jerry Swanson <pmysql@xxxxxxxxx> wrote: > So As I understand. Session also store ID on the harddrive. I don't > see the big difference between session and cookies from "privacy" > point of view. > Instead of "Session also store ID on the harddrive" a more correct wat to put is is "Sessions store ONLY an ID on the [user's] harddrive". All other information you store in the session is placed in the webserver. The user has no direct access to it. This is how it differs from using just cookies (where all of the info is stored in the user's harddisk) -- ramil http://ramil.sagum.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php