aspnet / live.asp.net

Code for live.asp.net, which hosts the ASP.NET Community Stand-up
https://live.asp.net/
MIT License
289 stars 114 forks source link

Use MVC TempData to show success message on admin screen #11

Closed DamianEdwards closed 9 years ago

DamianEdwards commented 9 years ago

It's using a temporary cookie right now but seems like the exact case TempData was created for.

DamianEdwards commented 9 years ago

Nope, it uses session