this.session
You can access the current session manager via this.session
and it returns the object Illuminate\Session\SessionManager
current session configuration.
Storing data in the session
Retrieving data from the session
Determining if an item exists in the session
Deleting data from the session
Remove data for a single key
Remove all session data
Copyright © 2025 Winter CMS