Welcome Guest, Not a member yet? Register   Sign In
session problem
#1

[eluser]xaero[/eluser]
I have problem with sessions.

in autoload.php I set the following settings:

$autoload['libraries'] = array('database','session');

in routes.php I defined default controller:

$route['default_controller'] = "main";

And codeigniter displays the following error:

Code:
A PHP Error was encountered

Severity: Warning

Message: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at Z:\home\vcms\www\system\application\controllers\main.php:1)

Filename: libraries/Session.php

Line Number: 141

I use the rewrited session library.


Messages In This Thread
session problem - by El Forum - 10-07-2009, 11:08 PM
session problem - by El Forum - 10-07-2009, 11:22 PM
session problem - by El Forum - 10-07-2009, 11:34 PM
session problem - by El Forum - 10-07-2009, 11:47 PM
session problem - by El Forum - 10-08-2009, 12:54 AM
session problem - by El Forum - 10-08-2009, 12:58 AM
session problem - by El Forum - 07-14-2010, 05:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB