pub fn set_session_environment(environment: Option<SessionEnvironment>)Expand description
Install (or clear) the environment policy the current session runs under.
Called at the session launch boundary once the declared policy
and grants have been resolved into a crate::security::SessionEnvironment.