Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
continually logged out from admin
#1
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.
Reply
#2
are you using https ?
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#3
(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.
Reply
#4
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
I'm no Einstein, nor do I profess to be. Just saying what I would try in the circumstances.
Reply
#5
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
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply




Users browsing this thread: 1 Guest(s)