Jump to content
xisto Community
Sign in to follow this  
wannabeeaweak

Need Help With Phpsecurepages Installation & Conf. login

Recommended Posts

Please show me the web site where you install it.
Please briefly describe the errors or problems you had encountered.

I may need you to email the source code for me to debug it for you.


------------------------------------------------------
In the meantime, please help to contribute your thoughts here (General - The Lobby (Charity)). Thanks a million!

Share this post


Link to post
Share on other sites

Use Session not cookie In PHP$HTTP_SESSION_VARS['login'] = false;if($pass == "laralalala"){ $HTTP_SESSION_VARS['login'] = true;}if ($HTTP_SESSION_VARS['login'] = true) { echo "Login True";}else { echo "Login False";}

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.