09-01-2009, 01:13 PM
[eluser]kbkb[/eluser]
Hi!
Try to using sessions. But it dont work.
$autoload['libraries'] = array("database", "session");
write it with
$this->session->userdata('capt', $captcha);
but if i want to read it on the next page load, there is nothing. I read it with:
echo $this->session->userdata('capt')
just empty. No Warning or Notice..
Hi!
Try to using sessions. But it dont work.
$autoload['libraries'] = array("database", "session");
write it with
$this->session->userdata('capt', $captcha);
but if i want to read it on the next page load, there is nothing. I read it with:
echo $this->session->userdata('capt')
just empty. No Warning or Notice..
