thelarz / MvcBreadCrumbs

Custom BreadCrumbs for MVC
GNU General Public License v3.0
43 stars 28 forks source link

Why not use native Session management? #21

Open jhorv-scs opened 7 years ago

jhorv-scs commented 7 years ago

Was looking through the code and noticed the built-in ASP.NET session management is used to store the session ID. Why not use it to store the State itself?