Manage Properties

  1. Session Cookie Name: The name of the cookie in which the session name will be stored.

  2. 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.

  3. Session Timeout: The time before the Session Expires from Memory after the session was last accessed.

  4. Value Encoding format: The format in which data will be written to memory. Currently stores as base64 encoded pickles.