> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usefactor.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Authentication Example

> Session validation logic analysis

## The PR

**Title**: Extend session timeout from 30 minutes to 1 hour

**Summary**:
Users are reporting that they're logged out too frequently, especially during long workflows. This PR extends the session timeout from 30 minutes to 1 hour.

**Changes**:

* Update session expiration constant: `SESSION_TIMEOUT = 3600` (was 1800)
* No other logic changes

***

## Factor Analysis

### Verdict

```
REVIEW_REQUIRED
```

The change appears simple, but security implications require verification.

***

... (rest of file unchanged)
