Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.29 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.29 KB

logo ISP Session for ASP.NET 4.x

DemoISPSessionOnNet

Demonstrates how to implement ISP Session for ASP.NET 4.x and ISP Cache Created at April 27,2019. Using Visual Studio 2017 and a default 'new ASP.NET 4.x MVC project' without modifying the code.
Only ISP Session has been added and necessary code to demonstrate how it works.

ISP Session is a product that can be found at https://ispsession.io

It allows you to have compatible session state with ASP.Net CORE up to 2.1 and higher (provided you use ISP Session there too). In addition it gives you amazing caching ability using Redis. ISP Cache, minimizes roundtrip to Redis, while still giving the cached data using a JIT pattern.

This project, was a lot of fun creating. Please support it by bying a license so I can continue to improve it in future.

Howto instruction on YouTube

roadmap for ISP Session.io

  • Performance counters
  • Command line tool to investigate session
  • Integration with MemCached (as an choice between Redis).
  • Pessimistic locking (Redlock) on Cache variables.