Hi,

Does anyone had this situation before:

a) you have a protected area in your website
b) you have a public area in your website

now you want to have a login screen on your public part to let the users get access to the protected.

Well offcourse now you think "just use $nobody = true"
But i used the "Example_Challenge_Crypt_Auth" for good security. (I have been using this for a while now and i'm very happy with it 😉 ) This thing just doesn't seem to work.

I tried this and i tried that and i'm getting :mad:
as you can understand.

Can anyone give me some advice?
That would nice 🙂

Greetz,
Richard

    You can find some example stuff on my site: http://db.etree.org/source/

    I use phplib's auth for security. Basicly, don't put the auth in your page_open function and you'll be fine.

      Does the page_open function get every object and session back or something.

      The login screen keeps bugging me when i go the public area again.

      But i will try to NOT put it in the page_open function. Thanks for your reply.

      😃

        Write a Reply...