auth/login library in php ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tlo

    auth/login library in php ?

    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.
  • R. Rajesh Jeba Anbiah

    #2
    Re: auth/login library in php ?

    tlo2075@yahoo.f r (Tlo) wrote in message news:<929eabc7. 0401270634.116b f7f2@posting.go ogle.com>...[color=blue]
    > 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.[/color]

    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

    Comment

    Working...