Welcome Guest, Not a member yet? Register   Sign In
Undefined Variable _SESSION
#6

[eluser]designfellow[/eluser]
Hi,

You've 2 options here.

1.You have to avoid using PHP's native session & can use CI Session library instead.
2.If you still want to use it, then include the below line in CI's main index.php file as the first line of the file.

session_start();


Happy Coding,
DesignFellow


Messages In This Thread
Undefined Variable _SESSION - by El Forum - 07-01-2009, 10:36 AM
Undefined Variable _SESSION - by El Forum - 07-01-2009, 10:47 AM
Undefined Variable _SESSION - by El Forum - 07-01-2009, 04:54 PM
Undefined Variable _SESSION - by El Forum - 08-06-2009, 12:52 PM
Undefined Variable _SESSION - by El Forum - 08-06-2009, 08:48 PM
Undefined Variable _SESSION - by El Forum - 08-06-2009, 09:25 PM



Theme © iAndrew 2016 - Forum software by © MyBB