Constructs the file path for a session-specific directory by combining the temporary directory and the session ID.
Usage
get_session_path(temp_dir, session_id)
Arguments
- temp_dir
Character. Path to the temporary directory.
- session_id
Character. Unique identifier for the session.
Value
Character. The full file path to the session directory.