aspnetcore/src/Session
Ryan Brandenburg 1ee4e2b936 Merge remote-tracking branch 'origin/release/2.1' into rybrande/Mondo2.2 2018-11-21 16:33:42 -08:00
..
build Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:02:38 -08:00
samples/SessionSample Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:02:38 -08:00
src Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:02:38 -08:00
test Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:02:38 -08:00
.gitignore Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:02:38 -08:00
Directory.Build.props Merge remote-tracking branch 'origin/release/2.1' into rybrande/Mondo2.2 2018-11-21 16:33:42 -08:00
Directory.Build.targets Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:02:38 -08:00
NuGetPackageVerifier.json Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:02:38 -08:00
README.md Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:02:38 -08:00
Session.sln Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:02:38 -08:00
version.props Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:02:38 -08:00

README.md

Session

AppVeyor: AppVeyor

Travis: Travis

Contains libraries for session state middleware for ASP.NET Core.

For ASP.NET 4.x session state, please go to https://github.com/aspnet/AspNetSessionState.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.