Page MenuHomePhabricator

Patrolling of topics from Flow gives "Session failure"
Closed, DuplicatePublic

Description

When at no.wikipedia and trying to patrol changes on topics, it throws the following error (from core/includes/actions/MarkpatrolledAction.php):

if ( !$user->matchEditToken( $request->getVal( 'token' ), $rcId ) ) {
        throw new ErrorPageError( 'sessionfailure-title', 'sessionfailure' );
}

First reported onwiki at https://no.wikipedia.org/wiki/Topic:T2s14oka1p4yco2s

Event Timeline

I think this needs a clarification on exactly where the patrol link was found, and exactly how the API-request was made.

Note also that nowiki has a rather special setup for patrolling, this can perhaps interfere with proper operation of the Flow extension.