[quote] On Tue , Thijs Lensselink dev@xxxxxxxx sent: Quoting Shelley <myphplist@xxxxxxxxx>: > Hi all, > > What is your way to organize user login without Client Cookies being > disabled? > > Sample code will be appreciated. > > Waiting for your reply....... > > -- > Regards, > Shelley > You can use sessions to store data on the server instead of the client. http://nl2.php.net/manual/en/ref.session.php [/quote] Just be careful as sessions default to using cookies. Otherwise, pass the session id with the query string of links!! Alex -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php