Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
devmonkey22
/
RedisSessionProvider
Public
forked from
leewang0/RedisSessionProvider
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 30, 2016
Regardless of if SerializedRawData found and removed the key, mark this as deleted to handle when Clear() is called, which clears all SerializedRawData immediately, so then keys never really get de…
Show description for 7d101c8
Mike Dearman
committed
7d101c8
Copy full SHA for 7d101c8
Commits on Oct 8, 2015
Added case insensitive access test
Mike Dearman
committed
9cb4967
Copy full SHA for 9cb4967
Removed extra comment details
Mike Dearman
committed
b22eee3
Copy full SHA for b22eee3
LIBERA - MDEARMAN - 2015-10-08 - ITS 115318 - To match ASP.NET behavior, dictionaries should match keys case insensitively
Mike Dearman
committed
6e15d23
Copy full SHA for 6e15d23
Commits on Sep 28, 2015
Merge pull request #17 from DamirAinullin/master
Show description for c9f057e
leewang0
committed
c9f057e
Copy full SHA for c9f057e
Fix issue under Mono for HTTP requests without cookies:
Show description for d97a4b1
DamirAinullin
committed
d97a4b1
Copy full SHA for d97a4b1
Commits on Sep 10, 2015
Merge pull request #16 from david-poirier-csn/master
Show description for e086930
leewang0
committed
e086930
Copy full SHA for e086930
Commits on Aug 28, 2015
Fix issue under Mono for HTTP requests without cookies:
Show description for a9d9e4a
DamirAinullin
committed
a9d9e4a
Copy full SHA for a9d9e4a
Commits on Jul 7, 2015
Use ConfigurationOptions.DefaultDatabase if set
David P
committed
96683d6
Copy full SHA for 96683d6
Commits on Nov 3, 2014
Update LICENSE
leewang0
committed
5682817
Copy full SHA for 5682817
Commits on Aug 1, 2014
Update README.md
Show description for f48d834
leewang0
committed
f48d834
Copy full SHA for f48d834
Updated README.md, incremented version to 1.2.8 and updated .nuspec to reflect the package dependencies update
leewang0
committed
276bca0
Copy full SHA for 276bca0
Updated Json.NET (to 6.03) and StackExchange.Redis (to 1.0.322) dependency packages
leewang0
committed
6731fff
Copy full SHA for 6731fff
Commits on Jul 21, 2014
nuget administrative ballyhoo
leewang0
committed
a61d0dd
Copy full SHA for a61d0dd
DHWeb - fix RedisSessionStateStoreProvider to correctly handle new sessions (Session_Start values should now be correctly written)
leewang0
committed
fc00720
Copy full SHA for fc00720
Commits on Jul 15, 2014
Merge pull request #9 from Elph/hotfix/ttl-first-request-fix
Show description for a44dc3f
leewang0
committed
a44dc3f
Copy full SHA for a44dc3f
Changed the order in which expiration is handled on StateProvider. Added Integration tests to demonstrate and test the solution
jmartinez-lodgify
committed
8bd2cd0
Copy full SHA for 8bd2cd0
Commits on Jul 3, 2014
Changed nuspec to have more of an explanation, added SessionID implementation to RedisSessionAccessor's Session object
leewang0
committed
022a70e
Copy full SHA for 022a70e
Commits on Jun 24, 2014
Added TypeCache to RedisJSONSerializer, which memoizes typename string to type object for faster deserialization
leewang0
committed
56a31cb
Copy full SHA for 56a31cb
Commits on Jun 20, 2014
Added delegates for changing or removing hash keys, added type name shortcuts for system bool and byte in RedisJSONSerializer
leewang0
committed
e153478
Copy full SHA for e153478
Commits on Apr 25, 2014
Incremented version to 1.2.4 for nuget pckage
leewang0
committed
d5de70b
Copy full SHA for d5de70b
Added logging delegate for RedisSessionAccessor constructor
leewang0
committed
c780be2
Copy full SHA for c780be2
Updated Json.NET and StackExchange.Redis to latest packages, added database index delegate for redis connections
leewang0
committed
619676e
Copy full SHA for 619676e
Commits on Apr 7, 2014
Added json serializer shortcut for the system datetime type string (should result in slightly smaller session sizes for people storing DateTimes in session)
leewang0
committed
4e1769c
Copy full SHA for 4e1769c
Merge pull request #3 from theFm/master
Show description for 3d2310a
leewang0
committed
3d2310a
Copy full SHA for 3d2310a
add database index to connection parameters.
theFm
committed
d0570b8
Copy full SHA for d0570b8
Commits on Apr 2, 2014
Add target="" to the readme.txt file in nuspec so that when the package is installed via nuget the file is not added to the installing solution but the contents are shown in visual studio. Removed …
Show description for 5094c19
leewang0
committed
5094c19
Copy full SHA for 5094c19
Commits on Apr 1, 2014
Modified RedisSessionAccessor's Session property to be a subclass of HttpSessionStateBase
leewang0
committed
dce3dbd
Copy full SHA for dce3dbd
Added RedisSessionAccessor, made some internal tweaks to RedisSessionStateStoreProvider to support code reuse among them (though that probably should get refactored into a third utility class), add…
Show description for 0a35b2c
leewang0
committed
0a35b2c
Copy full SHA for 0a35b2c
Fixed StackExchange.Redis calls to match new Hash- structs
leewang0
committed
2814054
Copy full SHA for 2814054
Updated documentation, updated StackExchange.Redis package reference to 1.0.240
leewang0
committed
2e7dcf7
Copy full SHA for 2e7dcf7
Updated ReadMe, removed readme.txt from filelist for the .nuspec since that's annoying.
leewang0
committed
ea6dc26
Copy full SHA for ea6dc26
Changed configuration from using custom RedisConnectionParameters class to using StackExchange.Redis.ConfigurationOptions, but still backwards compatible.
leewang0
committed
080afa9
Copy full SHA for 080afa9
Commits on Mar 25, 2014
Updated some comments for the serializer classes
Show description for 24aebb9
leewang0
committed
24aebb9
Copy full SHA for 24aebb9
Updated StackExchange.Redis dependency, which now includes support for twemproxy
Show description for 18544b8
leewang0
committed
18544b8
Copy full SHA for 18544b8
Pagination
Previous
Next
You can’t perform that action at this time.