Actions
Feature #20605
closedAdd more information to logoff() method in user authentication
Start date:
2009-06-10
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
The TYPO3 user authentication (t3lib_userAuth) has a method logoff() that is called at several places but has no information what kind of "logoff" happens:
- regular logoff, since user requested it (status=logout)
- automatic logoff from old session when a new frontend user logs in
- automatic logoff if session of logged in frontend user expired or no frontend user is logged in at all
- constants shall be integrated and added to the logoff-calls, e.g. logoff(self::LOGOFF_ByUser)
- logoff-status must be transferred to affected hooks in the logoff() method
(issue imported from #M11313)
Files
Actions