Welcome Guest, Not a member yet? Register   Sign In
Logout problem
#3

[eluser]Gowrisankar[/eluser]
Hi...

When i am logout the page backspace is allow to back. I want to disable backspace.
for example when you sign-out gmail that won't allow back.
i need that way to log-out.
I hope anyone help in this forum.....

This is my log-out function coding...
function logout()
{
if($this->session->userdata('uid')!='')
{
$this->session->sess_destroy();
redirect('home','refresh');
}
else
{
$this->session->sess_destroy();
redirect('home','refresh');
}
}


Messages In This Thread
Logout problem - by El Forum - 08-18-2010, 03:42 AM
Logout problem - by El Forum - 08-18-2010, 03:44 AM
Logout problem - by El Forum - 08-18-2010, 03:45 AM
Logout problem - by El Forum - 08-18-2010, 03:58 AM
Logout problem - by El Forum - 08-18-2010, 09:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB