Actions
Bug #7932
closedAPI logins not properly establishing login session
Description
The API based logins are missing steps after calling the login trigger. The session lifetime doesn't appear to be set correctly.
Comparing JApplication->login to CBframework->login there's missing behavior.
Updated by krileon over 4 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1543
API logins now completely mimic Joomla login API structure which now includes properly calling onUserAfterLogin and onUserLoginFailure were applicable.
Actions