[19:28:34] When trying to access certain pages it says I'm logged out what do I do to fix it [19:47:46] It only happens on certain pages btw [20:05:10] I think It may have something to do with sessions [20:05:48] Cocopuff2018, what debugging steps have you tried, what are their results, and do you have a caching layer in front of MediaWiki? [20:08:31] I don't have backend permission but my system admin do we just need ideas on how to fix this ( I'm not sure why we are logged out on certain pages [20:11:01] start with https://www.mediawiki.org/wiki/Manual:How_to_debug/Login_problems [20:32:58] Cocopuff2018: do you get logged out when you visit certain pages (and stay logged out afterwards) or see certain pages as logged-out but then other pages work normally? [20:33:15] if it's the latter, my guess would be you are mixing http/https links [20:44:25] I worked out for https need to use: $wgServer = 'https://yourdomain.com'; for a basic setup using /site1/ /site2/ for diffant sites [20:44:45] Along side that I use CertBot for the SSL certs [20:54:50] @tgr|away: it's when visiting certain pages [21:00:50] Cocopuff2018: Please do read https://www.mediawiki.org/wiki/Manual:How_to_debug/Login_problems instead of ignoring it [21:14:57] so i am Cocopuff's sysadmin, I've read and tried the manual, it only happens on certain pages. any idea how to fix it? [21:15:25] You need to work out what's different about requests to those pages [21:16:58] I'll try to do that, thanks [22:42:21] hello so we have the same issue is there any other ways to fix it as an alternative? if we cant find what reedy said? [22:48:59] The fix depends what the actual problem is [22:51:21] Is there anything we can run to find the issue? [22:54:42] curl, your browser network debugging tools, and even tcpdump on the server