Re: [PHP] PHP Auth



I have a form that I use to authenticate users stored in a MySQL database. I want to be able to ensure that no body will be able to bookmark a page and be able to return to that page without authenticating. But I also want the authenticated user to be able to use all the subsequent pages without having to re-authenticate during that session.

Does this make sense?

--
Steve Marquez
Marquez Design
e-mail: smarquez@xxxxxxxxxxxxxxxxxx
web: http://www.marquez-design.com
phone: 479-648-0325

On Oct 30, 2008, at 3:38 PM, Jay Blanchard wrote:

[snip]
What is the best way to create authentication for MySQL info
displayed on PHP pages.
[/snip]

I personally like the Magic MySQL Authentication thingie, but I digress.

Welcome to the list Steve, it is always nice to see new faces. I fear
that your question is just a little too vague though, can you be more
specific about what you're trying to do? You'll find a group of very
helpful and intelligent folks here who would love to help you, but you
have to provide more detail.



Relevant Pages

  • MySQL Authentication Bypass
    ... MySQL Authentication Bypass / Buffer Overflow ...
    (Bugtraq)
  • [VulnWatch] MySQL Authentication Bypass
    ... MySQL Authentication Bypass / Buffer Overflow ...
    (VulnWatch)
  • [EXPL] MySQL Authentication Bypass Exploit
    ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... An authentication vulnerability was reported in our previous article, ... MySQL Authentication ... # break the username string into chars and rebuild it ...
    (Securiteam)
  • Re: FreeRadius and md5 hashed passwords
    ... mysql> select * from radgroupcheck; ... modcall: entering group authorize ... modcall: group authorize returns ok ... >> I have set up freeradius with authentication agains MySQL. ...
    (freebsd-isp)
  • Password Hashing and User Authentication
    ... When a hashed password is stored in a db - how should it appear in the table? ... In the MySQL table I'm using to store username and passwords, ... Below is the code i'm using for authentication: ...
    (microsoft.public.dotnet.framework.aspnet)