Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/epicweb-dev/epic-stack
/ getSessionExpirationDate
Function
getSessionExpirationDate
app/utils/auth.server.ts:13–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
12
export
const
SESSION_EXPIRATION_TIME = 1000 * 60 * 60 * 24 * 30
13
export
const
getSessionExpirationDate = () =>
14
new
Date(Date.now() + SESSION_EXPIRATION_TIME)
15
16
export
const
sessionKey =
'sessionId'
17
Callers
7
$username.test.tsx
File · 0.90
setupUser
Function · 0.90
makeSession
Function · 0.90
playwright-utils.ts
File · 0.90
login
Function · 0.85
signup
Function · 0.85
signupWithConnection
Function · 0.85
Calls
no outgoing calls
Tested by
1
setupUser
Function · 0.72