Validate Sessions
Validate Sessions
You can check that users are genuine by validating sessions.
Generate User Sessions
This function can be used to securely generate session tokens and store the user's username and UUID in session variables.
This does not check their credentials against the database, you MUST use the database system to do this.
Accessing session data
Sesssion data can be accessed like any usual session.
Last updated