| 1 | # HTTP only cookie- allowed to be accessed during requests only; not accessible to javascript |
| 2 | # set to agentops.ai domain to share across subdomains |
| 3 | # store session ID in cookie, reference central session store (redis?) |
| 4 | # extend session expiration +30 mins when it is used to extend login |
nothing calls this directly
no test coverage detected