Expand description
Traits§
- Represents a handle to the underlying data structure managing sessions in a Rocket application. The
id
parameter corresponds to the session token stored by the client. This should correspond to a random alphanumeric string of letters with sufficient entropy.