Optionaloptions: SessionOptionsDo not allow external direct manipulation of SessionData;
must use set function so we can track changed values for saving
Get a single value from the session data in memory.
The property to retrieve from the session data.
The value corresponding to the given key.
Attempts to lock the session row. Also updates the data with the current data from the database. If it was not successful, then the rows must already be locked. If the function fails for some other reason, an exception will be thrown.
whether the attempt to lock the session row was successful
Saves the state to the session store, if there are changes
Skips the check for changes to the state
Set or update one or more values in memory only. If you need to persist changes immediately, call the save function.
an object of items to add or update
Set or update one or more values in memory only. If you need to persist changes immediately, call the save function.
The cookie name used to store the session id in the browser