[][src]Module zap_api::http_sessions

Functions

active_session

Gets the name of the active session for the given site.

add_default_session_token

Adds a default session token with the given name and enabled state.

add_session_token

Adds the session token to the given site.

create_empty_session

Creates an empty session for the given site. Optionally with the given name.

default_session_tokens

Gets the default session tokens.

remove_default_session_token

Removes the default session token with the given name.

remove_session

Removes the session from the given site.

remove_session_token

Removes the session token from the given site.

rename_session

Renames the session of the given site.

session_tokens

Gets the names of the session tokens for the given site.

sessions

Gets the sessions for the given site. Optionally returning just the session with the given name.

set_active_session

Sets the given session as active for the given site.

set_default_session_token_enabled

Sets whether or not the default session token with the given name is enabled.

set_session_token_value

Sets the value of the session token of the given session for the given site.

sites

This file was automatically generated. Gets all of the sites that have sessions.

unset_active_session

Unsets the active session of the given site.