fuel/auth

session.php (config) error

Closed this issue · 1 comments

if you auto-generate the session configuration with oil, it will have this error in it:

'header_header_name' => 'Session-Id',

when the sessions/driver.php looks for:

$this->config['http_header_name']

this will throw an undefined index error upon initializing the session class (which in development mode throws a wrench in the works :))

This is a core issue, not an auth issue.

And it has been fixed here: fuel/core@51226cc 8 months ago.

What in oil generates a session config? (if that is wrong, it should be reported on the fuel/oil repo).