Current Cookie Inventory
| Name | Type | Purpose | Duration |
|---|---|---|---|
tp_session |
Essential first-party cookie | Maintains login/session state, CSRF-protected form state, flash messages, and the server-side inactivity timeout marker stored in the signed Flask session. | Session cookie by default; production config allows up to 30 days for permanent sessions, with authenticated idle timeout enforced separately. |
tp_remember |
Optional essential first-party cookie | Keeps a user signed in only when the user selects remember-me login. It is cleared when the user signs out or when an active remembered session times out. | 30 days unless cleared earlier. |