Manage Properties
- Session Cookie Name: The name of the cookie in which the session name will be stored.
- Cookie Path: The path on the webserver for which the cookie will be sent back. Currently this is
only the "/" folder, but will ZSession will soon be able to specify multiple cookie
paths.
- Session Timeout: The time before the Session Expires from Memory after the session was last
accessed.
- Value Encoding format: The format in which data will be written to memory. Currently stores as
base64 encoded pickles.