dre1080 / warden

More than just a user database auth package for FuelPHP
http://dre1080.github.com/warden
MIT License
46 stars 11 forks source link

Can't login without cookies #48

Closed noxify closed 11 years ago

noxify commented 11 years ago

Hi,

i have a question - do you have also problems with the login into warden without using the "Remember Me" function?

If i try to login into the system, i got the flash message "successful" but it doesn't save my login.

Tested also with the remember me and it works fine.

I use the database driven sessions.

Any idea?

Thanks!

Regards, Marcus

noxify commented 11 years ago

Problem solved!

It was a problem with the time settings.

After changing the app/config/config.php from

'server_gmt_offset' => 0,

to

'server_gmt_offset' => 7200,

it works fine.