Session.load

Session.load(filepath, reset=True)

Replace the session data with the data of a session stored in a file.

Parameters:
filepathstr | Path

Location of the file containing the session data.

Returns:
None