IdentityServer / IdentityServer2

[deprecated] Thinktecture IdentityServer is a light-weight security token service built with .NET 4.5, MVC 4, Web API and WCF.
Other
410 stars 291 forks source link

TempData usage #808

Closed pollardpj closed 9 years ago

pollardpj commented 9 years ago

Not an issue, as such, but I don't know where else to ask this: I'm using Thinktecture.IdentityServer.v2 on a number of projects, and quite frankly, it's awesome, massive thanks for your efforts in that regard!!! In parallel to this, I'm developing my own MVC apps, and I'd like to use TempData in the same way you do in your sample applications and specifically in the administration web site you have developed for IdentityServer.v2. I notice that you don't use session state, but you can still use TempData to good effect. I can't for the life of me work out how you do this. I wondered if you could point me in the right direction?

brockallen commented 9 years ago

https://www.nuget.org/packages/BrockAllen.CookieTempData.dll/

http://brockallen.com/2012/06/11/cookie-based-tempdata-provider/

https://github.com/brockallen/CookieTempData/

:)

pollardpj commented 9 years ago

Thanks, that's great, much appreciated!