[eluser]XssLab[/eluser]
Hello boys,
I have a problem with my simple login file...
It is a logical problem.
this code:
Code:
$session = $this->session->set_userdata('username');
$this->load->view('my', $session);
setting up a 'session' username data and load my.php file in /views directory.
But, in this solution, the url don't change (example login/go, and I wanna... /my/start).
If I use redirect function
the session value can't be passed....
Thanks for reply