This is a discussion on auth/login library in php ? within the PHP Language forums, part of the PHP Programming Forums category; hello, i would like to develop a simple but (quite) secure auth/login library in php, just to know about ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
hello,
i would like to develop a simple but (quite) secure auth/login library in php, just to know about users on a website (no use for http or ..htaccess). i'm wondering if this is best done by using cookies or by using sessions and which one should be "best practice and why" . i've also looked at php_lib_login, but it's too complex for my purpose, if you know about simple one. thanks. |
|
|||
|
tlo2075@yahoo.fr (Tlo) wrote in message news:<929eabc7.0401270634.116bf7f2@posting.google. com>...
> hello, > > i would like to develop a simple but (quite) secure auth/login library > in php, just to know about users on a website (no use for http or > .htaccess). > > i'm wondering if this is best done by using cookies or by using > sessions and which one should be "best practice and why" . > > i've also looked at php_lib_login, but it's too complex for my > purpose, if you know about simple one. 1. http://www.google.com/search?q=php+login 2. http://martin.f2o.org/php/login -- "I don't believe in the God who doesn't give me food, but shows me heaven!" -- Swami Vivekanandha Email: rrjanbiah-at-Y!com |