-
Type:
Bug
-
Status: Closed
-
Resolution: Works For Me
-
Affects Version/s: 2.11
-
Fix Version/s: None
-
Component/s: ARI User Portal
-
Labels:None
-
Distro Version:Stable-3.211.63-8
-
Distro:FreePBX Distro
$_SESSION['ari_error'] is reset in startARISession()
ini_set('session.name', 'ARI') and following lines need to be placed before the condition if(!isset($_SESSION['ari_user'])) or simply $_SESSION['ari_error'] could be removed.
The problem is that !isset($_SESSION['ari_user']) is always true.