My shared-host doesn't allow php_value directives in .htaccess
I was using an "auto_prepend_f ile" 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_fi le 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 ?
I was using an "auto_prepend_f ile" 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_fi le 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 ?
Comment