I am getting the following error when I try to log in to my new wiki (v 1.33.0):
"There seems to be a problem with your login session; this action has been canceled as a precaution against session hijacking. Please resubmit the form."
I have tried with multiple browsers and get the same error.
Any idea what is happening and how to fix it?
-Bri
Hi Bri,
Have you tried clearning your browser cache?
Regards, Jonathan
-----Original Message----- From: MediaWiki-l mediawiki-l-bounces@lists.wikimedia.org On Behalf Of Bri Sent: Friday, 13 September 2019 03:12 To: MediaWiki announcements and site admin list mediawiki-l@lists.wikimedia.org Subject: [MediaWiki-l] Login error on new wiki 1.33.0
I am getting the following error when I try to log in to my new wiki (v 1.33.0):
"There seems to be a problem with your login session; this action has been canceled as a precaution against session hijacking. Please resubmit the form."
I have tried with multiple browsers and get the same error.
Any idea what is happening and how to fix it?
-Bri
_______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Sometimes this can happen if the object cache isnt storing things properly or isnt big enough (i.e. apcu.shm_size too small)
Try setting $wgSessionCacheType=CACHE_DB; if that fixes it, it still means something is wrong with the caching setup which you should still figure as other things might be really slow.
-- Brian
On Thursday, September 12, 2019, Bri dev@rlyehable.com wrote:
I am getting the following error when I try to log in to my new wiki (v 1.33.0):
"There seems to be a problem with your login session; this action has been canceled as a precaution against session hijacking. Please resubmit the form."
I have tried with multiple browsers and get the same error.
Any idea what is happening and how to fix it?
-Bri
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Thank you Mr. Wolff! That did get me in. I will investigate the cache install. Thank you again!
On 2019-09-13 10:13, Brian Wolff wrote:
Sometimes this can happen if the object cache isnt storing things properly or isnt big enough (i.e. apcu.shm_size too small)
Try setting $wgSessionCacheType=CACHE_DB; if that fixes it, it still means something is wrong with the caching setup which you should still figure as other things might be really slow.
-- Brian
On Thursday, September 12, 2019, Bri dev@rlyehable.com wrote:
I am getting the following error when I try to log in to my new wiki (v 1.33.0):
"There seems to be a problem with your login session; this action has been canceled as a precaution against session hijacking. Please resubmit the form."
I have tried with multiple browsers and get the same error.
Any idea what is happening and how to fix it?
-Bri
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org