pub type SessionState = Arc<RwLock<HashMap<String, Value>>>;
Session state storage (thread-safe)
pub struct SessionState { /* private fields */ }