Welcome Guest, Not a member yet? Register   Sign In
Problem with sessions on multiple installations
#5

[eluser]1234qwer[/eluser]
About the sessions, ¿Do I put the physical path? something like:


$route['logout'] = "dir\system\application\controllers\administrator.php\logout";

Because in administrator.php I have the following function:

function logout()
{
$this->session->sess_destroy();
$this->load->view('admin/login');
}

Am I right? or instead of:
$route['logout'] = "dir\system\application\controllers\administrator.php\logout";

I must put:

$route['logout'] = "http://www.mysite.com/modulename/index.php/administrator/perform_logout";

????


Messages In This Thread
Problem with sessions on multiple installations - by El Forum - 04-21-2009, 05:36 PM
Problem with sessions on multiple installations - by El Forum - 04-21-2009, 07:23 PM
Problem with sessions on multiple installations - by El Forum - 04-22-2009, 07:38 AM
Problem with sessions on multiple installations - by El Forum - 04-22-2009, 08:03 AM
Problem with sessions on multiple installations - by El Forum - 04-22-2009, 08:21 AM
Problem with sessions on multiple installations - by El Forum - 04-22-2009, 08:34 AM
Problem with sessions on multiple installations - by El Forum - 04-23-2009, 09:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB