aspnetcore/src/Session
Ryan Brandenburg 2dfe427c33 Fix RepositoryUrl 2018-11-21 12:14:50 -08:00
..
build Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:23:53 -08:00
samples/SessionSample Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:23:53 -08:00
src Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:23:53 -08:00
test Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:23:53 -08:00
.gitignore Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:23:53 -08:00
Directory.Build.props Fix RepositoryUrl 2018-11-21 12:14:50 -08:00
Directory.Build.targets Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:23:53 -08:00
NuGetPackageVerifier.json Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:23:53 -08:00
README.md Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:23:53 -08:00
Session.sln Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:23:53 -08:00
version.props Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:23:53 -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.