[quote] 
On Tue , Thijs Lensselink [EMAIL PROTECTED] sent: 

Quoting Shelley <[EMAIL PROTECTED]>: 

> 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

Reply via email to