Hello,
I'm using your extension, thanks for your job !
I had to modify the file "/extensions/TicketAuth/TicketAuth.php" because the user lost his connection on the next page.
Line 149 -> 152
// We need to start the session to log the user
if ( session_id() == '' ) {
wfSetupSession();
}