Forum Moderators: coopster
I have the following situation:
- A login page where the users are logging in using a web form.
- A download area, where the people must to be logged in to access the files. At this moment I'm using a .htaccess file for authentication.
It is possible to authenticate people automatically if they are already logged in via web form?
I don't know how to set PHP_AUTH_USER and PHP_AUTH_PW without popping up the small authentication window.
Thanks!
btw, was this what you are looking for?
Hab
with apache auth you will always have the little box
maybe this thread might help
[webmasterworld.com...]
It is possible to authenticate people automatically if they are already logged in via web form?
[php.net...]
maybe virtual can do the job of tile transferring later on and you php script itself can check the users validity.