$sessionStore
The $sessionStore
store provides a convenient way to access the current user's Session
object, as well as helpers for setting the active session.
How to use the $sessionStore
store
The following example demonstrates how to use the $sessionStore
store to access the session
object, which has the lastActiveAt
property on it. The lastActiveAt
property is used to display the last active time of the current session to the user.
Feedback
Last updated on