Re: Login without cookies enabled help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



[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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux