Love Fuel?
Donate
About
Forums
Discussions
Login
FuelPHP Forums
Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Auth
remember me
itcan
September 2014
Hey guys,
what does the remember me function do exactly? Can't you just use session that are valid for a long time in the session.php config file?
Harro
September 2014
That is exactly what it does (and nothing more).
Some people wanted that to be part of the Auth package, so there you go...
;-)
itcan
September 2014
but doesn't this create 2 cookies?
Harro
September 2014
Yes, it should.
The remember-me function is a long-lived cookie based session.
https://github.com/fuel/auth/blob/1.8/develop/classes/auth/login/ormauth.php#L38
https://github.com/fuel/auth/blob/1.8/develop/classes/auth/login/simpleauth.php#L33
Add a Comment
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Discussions
5,088
General
↳ General
3,364
↳ Job Board
13
↳ Installation & Setup
214
Packages
↳ Oil
213
↳ Orm
700
↳ Auth
260
Development
↳ Tips and Tutorials
126
↳ Code share
145
↳ Applications
52
In this Discussion
Harro
September 2014
itcan
September 2014