Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
citium
/
session
Public
forked from
expressjs/session
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
session
test
session.js
on
patch-1
User selector
All users
All time
Commit history
Commits on Nov 17, 2016
Fix resaving already-saved reloaded session at end of request
Show description for ce2de6b
dotchev
authored and
dougwilson
committed
ce2de6b
View commit details
Copy full SHA for ce2de6b
View code at this point
Browse repository at this point
Commits on Sep 1, 2016
tests: handle errors within tests
Show description for b8f29ab
gabeio
authored and
dougwilson
committed
b8f29ab
View commit details
Copy full SHA for b8f29ab
View code at this point
Browse repository at this point
Commits on Aug 24, 2016
Fix not always resetting session max age before session save
Show description for 4c476fa
dougwilson
committed
4c476fa
View commit details
Copy full SHA for 4c476fa
View code at this point
Browse repository at this point
Commits on Jun 24, 2016
tests: handle errors within tests
gabeio
authored and
dougwilson
committed
af2fa7d
View commit details
Copy full SHA for af2fa7d
View code at this point
Browse repository at this point
tests: add tests for store disconnect and connect
dougwilson
committed
9d21d90
View commit details
Copy full SHA for 9d21d90
View code at this point
Browse repository at this point
Commits on Jun 16, 2016
Correctly inherit from EventEmitter class in Store base class
dougwilson
committed
16cbfb2
View commit details
Copy full SHA for 16cbfb2
View code at this point
Browse repository at this point
Commits on Jun 14, 2016
Fix issue where Set-Cookie Expires was not always updated
Show description for 50cdae2
dougwilson
committed
50cdae2
View commit details
Copy full SHA for 50cdae2
View code at this point
Browse repository at this point
Commits on Jun 13, 2016
Methods are no longer enumerable on req.session object
Show description for 8399590
Gabriel Foust
authored and
dougwilson
committed
8399590
View commit details
Copy full SHA for 8399590
View code at this point
Browse repository at this point
Commits on Dec 15, 2015
Fix rolling: true to not set cookie without session
Show description for 8566768
JamesMGreene
authored and
dougwilson
committed
8566768
View commit details
Copy full SHA for 8566768
View code at this point
Browse repository at this point
tests: remove unused varaibles
dougwilson
committed
34471a4
View commit details
Copy full SHA for 34471a4
View code at this point
Browse repository at this point
Commits on Oct 25, 2015
Support the value "auto" in the "cookie.secure" option
Show description for a34fd39
fracmak
authored and
dougwilson
committed
a34fd39
View commit details
Copy full SHA for a34fd39
View code at this point
Browse repository at this point
Commits on May 9, 2015
tests: add session cookie reset tests
dougwilson
committed
394588f
View commit details
Copy full SHA for 394588f
View code at this point
Browse repository at this point
Commits on Mar 30, 2015
Support an array in secret option for key rotation
Show description for 7c6da9c
gzurbach
authored and
dougwilson
committed
7c6da9c
View commit details
Copy full SHA for 7c6da9c
View code at this point
Browse repository at this point
Commits on Mar 16, 2015
tests: fix a delta range in test
dougwilson
committed
e9e683b
View commit details
Copy full SHA for e9e683b
View code at this point
Browse repository at this point
Commits on Jan 5, 2015
Add store.touch interface for session stores
Show description for b5e6332
dougwilson
committed
b5e6332
View commit details
Copy full SHA for b5e6332
View code at this point
Browse repository at this point
tests: use assert instead of should
dougwilson
committed
532c737
View commit details
Copy full SHA for 532c737
View code at this point
Browse repository at this point
Commits on Dec 3, 2014
Fix error when req.sessionID contains a non-string value
Show description for ce714b9
dougwilson
committed
ce714b9
View commit details
Copy full SHA for ce714b9
View code at this point
Browse repository at this point
Commits on Nov 23, 2014
tests: minor test clean up
dougwilson
committed
b7f57dc
View commit details
Copy full SHA for b7f57dc
View code at this point
Browse repository at this point
tests: add https server test
dougwilson
committed
a52e074
View commit details
Copy full SHA for a52e074
View code at this point
Browse repository at this point
tests: increase flaky test timeout
dougwilson
committed
1f4f65e
View commit details
Copy full SHA for 1f4f65e
View code at this point
Browse repository at this point
Commits on Sep 8, 2014
Keep req.session.save non-enumerable
dougwilson
committed
5bc59f1
View commit details
Copy full SHA for 5bc59f1
View code at this point
Browse repository at this point
Prevent session prototype methods from being overwritten
Show description for cd6b087
dougwilson
committed
cd6b087
View commit details
Copy full SHA for cd6b087
View code at this point
Browse repository at this point
Do not resave already-saved session at end of request
Show description for 09d6f3d
dougwilson
committed
09d6f3d
View commit details
Copy full SHA for 09d6f3d
View code at this point
Browse repository at this point
Commits on Sep 7, 2014
tests: add req.session.save() test
dougwilson
committed
268a136
View commit details
Copy full SHA for 268a136
View code at this point
Browse repository at this point
Commits on Aug 18, 2014
Fix exception on res.end(null) calls
Show description for 66db2da
dougwilson
committed
66db2da
View commit details
Copy full SHA for 66db2da
View code at this point
Browse repository at this point
Commits on Aug 6, 2014
Fix response end delay for non-chunked responses
Show description for 5c503e7
dougwilson
committed
5c503e7
View commit details
Copy full SHA for 5c503e7
View code at this point
Browse repository at this point
Fix res.end patch to call correct upstream res.write
Show description for 64be0b1
dougwilson
committed
64be0b1
View commit details
Copy full SHA for 64be0b1
View code at this point
Browse repository at this point
Commits on Jul 22, 2014
Improve session-ending error handling
Show description for 88e8a66
dougwilson
committed
88e8a66
View commit details
Copy full SHA for 88e8a66
View code at this point
Browse repository at this point
Commits on Jul 7, 2014
tests: change the majority of the tests to not use express
dougwilson
committed
362af9c
View commit details
Copy full SHA for 362af9c
View code at this point
Browse repository at this point
Fix blank responses for store with synchronous ops
Show description for 901c8e0
dougwilson
committed
901c8e0
View commit details
Copy full SHA for 901c8e0
View code at this point
Browse repository at this point
Commits on Jun 28, 2014
tests: improve persist test
dougwilson
committed
4a891bf
View commit details
Copy full SHA for 4a891bf
View code at this point
Browse repository at this point
tests: add test for session.reload()
dougwilson
committed
2593eeb
View commit details
Copy full SHA for 2593eeb
View code at this point
Browse repository at this point
Reject cookies with missing signatures
dougwilson
committed
d2c9a06
View commit details
Copy full SHA for d2c9a06
View code at this point
Browse repository at this point
tests: add more tests
dougwilson
committed
0488a40
View commit details
Copy full SHA for 0488a40
View code at this point
Browse repository at this point
Fix res.end patch
Show description for 7077190
dougwilson
committed
7077190
View commit details
Copy full SHA for 7077190
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.