November 2017
Intermediate to advanced
542 pages
14h 24m
English
The implementation of RememberMeServices is invoked at several points in the user life cycle (the life cycle of an authenticated user's session). To assist you in your understanding of the remember-me functionality, it can be helpful to be aware of the points in time when remember-me services are informed of life cycle functions:
|
Action |
What should happen? |
The RememberMeServices method invoked |
|
Successful login |
Implementation sets a remember-me cookie (if the form parameter has been sent) |
loginSuccess |
|
Failed login |
Implementation should cancel the cookie, if it's present |
loginFailed |
|
User logout |
Implementation should cancel the cookie, if it's present |
logout |
Read now
Unlock full access