01-Sep-2013, 04:53 PM
I keep getting logged out everytime I try to access any of the menu's in the back-end control area. Has anyone come across this before and how do I stop it from happening?
<?php
//verify ip-address
if ($_SESSION['cmtx_ip_address'] != cmtx_get_ip_address()) {
cmtx_log_out("exit");
}
<?php
//verify ip-address
if ($_SESSION['cmtx_ip_address'] != cmtx_get_ip_address()) {
//cmtx_log_out("exit");
}