Posts: 55
Threads: 13
Joined: Jul 2013
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.
I'm no Einstein, nor do I profess to be. Just saying what I would try in the circumstances.
Posts: 6,266
Threads: 181
Joined: Sep 2011
Posts: 55
Threads: 13
Joined: Jul 2013
(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?
I'm no Einstein, nor do I profess to be. Just saying what I would try in the circumstances.
Posts: 55
Threads: 13
Joined: Jul 2013
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
but that line was already in there, so I disabled it and it 'appears' to be ok. I'll check back later.
thanks
I'm no Einstein, nor do I profess to be. Just saying what I would try in the circumstances.
Posts: 6,266
Threads: 181
Joined: Sep 2011
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