Update the session object. The provided session object will replace the existing session.
Note you can't use this method to login or logout - you should use the login and logout handlers for this.
If no session is provided, it doesn't contain a user or the user is not authenticated; this is a no-op.
Update the session object. The provided
session
object will replace the existing session.Note you can't use this method to login or logout - you should use the login and logout handlers for this. If no session is provided, it doesn't contain a user or the user is not authenticated; this is a no-op.