get_session
get_session
Retrieve an active session by ID. Returns None if the session does not exist,
has expired, or if its underlying process has died. Automatically calls
touch() on the session to reset its expiration timer.
Parameters
session_id
The session ID to look up.
Returns
Session or None