GetSimple Support Forum

Full Version: continually logged out from admin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am running GS 3.3.10 on localhost and am having problems with the admin area continually logging off within minutes of logging in.

I checked admin/inc/configuration.php and logout time is set to three hours.
$cookie_time        = '10800';     // in seconds, 3 hours

Any help would be much appreciated, thanks.
are you using https ?
(2016-07-13, 08:59:16)shawn_a Wrote: [ -> ]are you using https ?

Shawn, I have no idea how to enable or disable https on localhost. Do you think that is the problem?
Just did a quick google and found this

in xampp > apache > conf > extra > httpd-ssl.conf Just add


Code:
SSLProtocol All -SSLv2 -SSLv3
right below
Code:
Listen 443

but that line was already in there, so I disabled it and it 'appears' to be ok. I'll check back later.

thanks
Yeah it sounds like your cookies keep invalidating which is likely a hosting issue switching in and out of https or doc roots or domains