Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Tue Mar 19, 2024 2:27 am
Hosted Voice Broadcast


All times are UTC




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: Everytime I use a2billing it logs me out from FreePBX gui
PostPosted: Fri Apr 19, 2013 1:35 pm 
Offline
User avatar

Joined: Tue Dec 09, 2008 4:05 am
Posts: 95
Location: Canada
Has anyone noticed this? Is there a solution?
It seems that everytime I login to a2billing I get logged out from the FreePBX gui. It's annoying as hell. I can have the FreePBX gui open for hours without issue but the moment I login to a2billing I must login again to FreePBX.


Top
 Profile  
 
 Post subject: Re: Everytime I use a2billing it logs me out from FreePBX gui
PostPosted: Wed Apr 24, 2013 12:43 pm 
Offline
User avatar

Joined: Tue Dec 09, 2008 4:05 am
Posts: 95
Location: Canada
to answer my own question.
I simply forgot to enter my domain in "http_cookie_domain_agent"


Top
 Profile  
 
 Post subject: Re: Everytime I use a2billing it logs me out from FreePBX gui
PostPosted: Wed May 08, 2013 7:20 pm 
Offline
User avatar

Joined: Tue Dec 09, 2008 4:05 am
Posts: 95
Location: Canada
That didn't solve it. Anyone have an idea?


Top
 Profile  
 
 Post subject: Re: Everytime I use a2billing it logs me out from FreePBX gui
PostPosted: Wed Jun 15, 2016 6:38 pm 
Offline
User avatar

Joined: Tue Dec 09, 2008 4:05 am
Posts: 95
Location: Canada
I can't be the only one with this problem. Anyone?


Top
 Profile  
 
 Post subject: Re: Everytime I use a2billing it logs me out from FreePBX gui
PostPosted: Thu Jul 07, 2016 2:41 am 
Offline
User avatar

Joined: Tue Dec 09, 2008 4:05 am
Posts: 95
Location: Canada
To answer my own question. Changing the session timeout value in admin.defines.php helps.

nano /var/www/html/a2billing/admin/lib/admin.defines.php

// Control Session Time
.
.
.
//destroy session
if ($timeDiff > 360000) { // 6000 minutes
//echo "You've been logged in too long. ($timeDiff)";
$_SESSION = array();
session_destroy();
setcookie('PHPSESSID', '', time()-360000, '/', '', 0,0);
}


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 
Voice Broadcast System


All times are UTC


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group