$sessions->current()
Returns the current session based on the configured token transmission mode: - In cookie
mode: Gets the session from the cookie - In header
mode: Gets the session from the Authorization
request header - In manual
mode: Fails and throws an Exception