When i click Undo Button in Browser the go back to login form w/o checking the session. |
[eluser]noideawhattotypehere[/eluser]
Code: if ($this->session->userdata('loggedin') PS: This will work only if you set a flag in session 'loggedin' after successful login attempt
[eluser]frans.delacruz@yahoo.com[/eluser]
quote author="noideawhattotypehere" date="1375950474"] Code: if ($this->session->userdata('loggedin') PS: This will work only if you set a flag in session 'loggedin' after successful login attempt[/quote] I have that i need is how to refresh my controller when i click Undo Button in the Browser
[eluser]noideawhattotypehere[/eluser]
http://www.robertmullaney.com/2011/08/13...deigniter/ |
Welcome Guest, Not a member yet? Register Sign In |