GetSimple Support Forum

Full Version: Login cookies don't work on remote server
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!