Welcome Guest, Not a member yet? Register   Sign In
Codeigniter Session Problem
#3

[eluser]Justin Patel[/eluser]
Thanks you all, I fix the problem . many times we put

Code:
error_reporting(E_ALL^ E_NOTICE ^ E_WARNING);

to ignore the error so it cause the problem of session (i am saying some time).
If some one face this kind of error be sure to keep your error level to

Code:
error_reporting(E_ALL);

to do tests.


Thanks Justin.


Messages In This Thread
Codeigniter Session Problem - by El Forum - 09-30-2007, 10:35 AM
Codeigniter Session Problem - by El Forum - 10-01-2007, 12:21 AM
Codeigniter Session Problem - by El Forum - 10-01-2007, 07:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB