2011-10-18, 09:13:07
(This post was last modified: 2011-10-18, 09:15:36 by Yooplaboom.)
I can login to my getsimple install on my local machine (localhost)
but i can't login to the install on my remote server
The reason is because the login cookies are refusing to be set upon login
if I change the code in login_functions.php to setcookie('GS_ADMIN_USERNAME', $USR) or die("I couldn't create the login cookie"); it always dies
it isn't my server because i'm running a different site in a different directory under the same domain and cookie work fine in that site without any problems
This is really frustrating, can someone please help!
but i can't login to the install on my remote server
The reason is because the login cookies are refusing to be set upon login
if I change the code in login_functions.php to setcookie('GS_ADMIN_USERNAME', $USR) or die("I couldn't create the login cookie"); it always dies
it isn't my server because i'm running a different site in a different directory under the same domain and cookie work fine in that site without any problems
This is really frustrating, can someone please help!