MyBB Community Forums

Full Version: ACP login problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
ACP works fine on my computer, but the second admin of my forum is having problem in ACP, whenever he login after some time, he got error of , your ip for this session is invalid, . I checked the cookie path and domain in ACP, and it is fine,
it appears that his internet connection is having problems. And frequent logout is due to change in IP address
clear your cookies
(2011-10-09, 11:29 AM)ranjani Wrote: [ -> ]it appears that his internet connection is having problems. And frequent logout is due to change in IP address
I think it is static ip, according to this -> http://whatismyipaddress.com/
General IP Information
IP:	182.177.246.3
Decimal:	3065116163
Hostname:	182.177.246.3
ISP:	MPLS INFRASTRUCTURE
Organization:	MPLS INFRASTRUCTURE
Services:	None detected
Type:	Unknown
Assignment:	Static IP
	

(2011-10-09, 11:32 AM)zephiroth Wrote: [ -> ]clear your cookies

Already done, but still the problem


If it was a static IP it wouldn't be doing this. In ./admin/index.php, line 16:

define("ADMIN_IP_SEGMENTS", 3);

Change the 3 to 0
(2011-10-09, 04:10 PM)MattRogowski Wrote: [ -> ]If it was a static IP it wouldn't be doing this. In ./admin/index.php, line 16:

define("ADMIN_IP_SEGMENTS", 3);

Change the 3 to 0


(2011-10-09, 04:10 PM)MattRogowski Wrote: [ -> ]If it was a static IP it wouldn't be doing this. In ./admin/index.php, line 16:

define("ADMIN_IP_SEGMENTS", 3);

Change the 3 to 0

Does it effects on my side too? I've no problem in ACP, but the other admin has