Bugs in logout and login? - Joomla! Forum - community, help and support
hi,
if click logout button, fine. if call $app->logout($user->id) in extension php file, lets me logout user session, if want login again, have twice, first time failed message "you need login first", tried second time fine.
it seems there state in session still not being clean until second login. command $app->logout($user->id) may not adequate logging out. 1 know how fix it?
if click logout button, fine. if call $app->logout($user->id) in extension php file, lets me logout user session, if want login again, have twice, first time failed message "you need login first", tried second time fine.
it seems there state in session still not being clean until second login. command $app->logout($user->id) may not adequate logging out. 1 know how fix it?
try digging subcontroller user.logout under com_users component.
Comments
Post a Comment