Hello
is there any way to logout a user from joomla (so, a registerd user), after submitting a form ?
is there any way to logout a user from joomla (so, a registerd user), after submitting a form ?
<?
$application =& JFactory::getApplication();
$application->logout();
?>