[eluser]internut[/eluser]
Hey all,
While i'm using sessions & cookies within CI I'm trying to set them normally via:
$_SESSION[hmm] = "hi i'm session";
$_COOKIE[hmm] = "hi i'm cookie";
and be able to call them outside CI (IE: .htaccess mod rewrite file).
I have had luck but i lose them from one controller to another. So If i'm losing it from controller to controller I'm guessing its not availble in a simple .php file w/ session_start(); ?
If I'm not making sense its because its 2am and i've been up for 32 hours