]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Fix for bug 226754: Move InvalidateLogins into Bugzilla::Auth::CGI. Conso...
authorkiko%async.com.br <>
Sat, 27 Mar 2004 09:31:00 +0000 (09:31 +0000)
committerkiko%async.com.br <>
Sat, 27 Mar 2004 09:31:00 +0000 (09:31 +0000)
commit3374c87eb2788ca2427061df9e63167846c80b1d
treedd610614beb968997ae9182b5369dc7a16605845
parent8a06f991edf359f9ffeb53cc57173023c44d9644
Fix for bug 226754: Move InvalidateLogins into Bugzilla::Auth::CGI.             Consolidates the logout code into Bugzilla::Auth::CGI, and provides
simple front-end wrappers in Bugzilla.pm for use in the CGIs we have.
r=bbaetz, joel; a=justdave.

Adds a set of constants to the logout() API which allow specifying "how
much" we should log out -- all sessions, the current session, or all
sessions but the current one.

Fixes callsites to use this new API; cleans and documents things a
bit while we're at it. Part I in the great COOKIE apocalypse.
Bugzilla/Auth/CGI.pm
Bugzilla/Auth/Cookie.pm
Bugzilla/Constants.pm