Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/expressjs/session
/ session.js
File
session.js
test/session.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
2
var
after = require(
'after'
)
3
var
assert = require(
'assert'
)
4
var
cookieParser = require(
'cookie-parser'
)
Callers
nothing calls this directly
Calls
15
createServer
Function · 0.85
shouldNotHaveHeader
Function · 0.85
cookie
Function · 0.85
shouldSetSessionInStore
Function · 0.85
shouldSetCookieToDifferentSessionId
Function · 0.85
sid
Function · 0.85
mountAt
Function · 0.85
shouldSetCookieWithAttribute
Function · 0.85
shouldSetCookieWithoutAttribute
Function · 0.85
shouldSetCookieWithAttributeAndValue
Function · 0.85
shouldSetCookieToValue
Function · 0.85
shouldNotSetSessionInStore
Function · 0.85
Tested by
no test coverage detected