kedro.framework.session.store.BaseSessionStore

class kedro.framework.session.store.BaseSessionStore(path, session_id)[source]

BaseSessionStore is the base class for all session stores. BaseSessionStore is an ephemeral store implementation that doesn’t persist the session data.