GetSimple Support Forum
continually logged out from admin - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: continually logged out from admin (/showthread.php?tid=8575)



continually logged out from admin - Lucianp - 2016-07-13

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.


RE: continually logged out from admin - shawn_a - 2016-07-13

are you using https ?


RE: continually logged out from admin - Lucianp - 2016-07-13

(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?


RE: continually logged out from admin - Lucianp - 2016-07-13

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


RE: continually logged out from admin - shawn_a - 2016-07-13

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