Posted by awebguynow on 11/27/33 11:48
My shared-host doesn't allow php_value directives in .htaccess
I was using an "auto_prepend_file" on my local development machine,
that helped me implement a Session based authentication system.
Host said: "PHP is running as SuEXEC-CGI for security reasons"
and auto_prepend_file can only be put in php.ini ( system wide, out
of my control )
Now I'm back to Square 0. I'd prefer not to get stuck rewriting my
code-base.
Any other alternatives & suggestions on implementing Session based
authentication ?
Navigation:
[Reply to this message]
|