EPrints Technical Mailing List Archive
See the EPrints wiki for instructions on how to join this mailing list and related information.
Message: #10417
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
Re: [EP-tech] Forcing users to logout / closing active sessions
- To: "eprints-tech@ecs.soton.ac.uk" <eprints-tech@ecs.soton.ac.uk>
- Subject: Re: [EP-tech] Forcing users to logout / closing active sessions
- From: Justin Bradley <justin@soton.ac.uk>
- Date: Thu, 3 Sep 2026 14:38:44 +0000
Hi Robin,
The quick and slightly dirty way to log out all users is to empty out the loginticket database table. Any browser cookies shouldn't have any implications here.
While at the same time blocking any new logins, by returning early from your login routine.
$c->{check_user_password} = sub { return 0 }
The new repository sounds great, I look forward to admiring it. :). Please share it when it’s ready.
Justin
--
Professor Justin Bradley
Enterprise Software Services – hosted, supported, reliable
School of Electronics and Computer Science
University of Southampton
justin@soton.ac.uk /
B32 1023
- Follow-Ups:
- RE: [EP-tech] Forcing users to logout / closing active sessions
- From: Robin Sylvestre <robin.sylvestre@polymtl.ca>
- RE: [EP-tech] Forcing users to logout / closing active sessions
- References:
- [EP-tech] Forcing users to logout / closing active sessions
- From: Robin Sylvestre <robin.sylvestre@polymtl.ca>
- [EP-tech] Forcing users to logout / closing active sessions
- Prev by Date: Re: [EP-tech] Forcing users to logout / closing active sessions
- Next by Date: [EP-tech] Links in PDFs that don't contain a protocol, resulting in lots of 'hits'
- Previous by thread: Re: [EP-tech] Forcing users to logout / closing active sessions
- Next by thread: RE: [EP-tech] Forcing users to logout / closing active sessions
- Index(es):

