ASP.NET MVC CookieTempDataProvider: any experience?

Posted by Igor Brejc on Stack Overflow See other posts from Stack Overflow or by Igor Brejc
Published on 2009-07-29T08:56:54Z Indexed on 2010/05/14 6:14 UTC
Read the original article Hit count: 316

Filed under:
|
|
|

UPDATE: looks like I've misunderstood what TempData is for and what it isn't. It definitively shouldn't be used to "keep certain session-wide data" as I asked initially (see ASP.NET MVC TempData Is Really RedirectData why). I've modified the question accordingly.

Has anyone used CookieTempDataProvider for TempData storage? Are there any caveats to watch out for (apart from keeping the session storage small)? Any issues with using it on Web farms?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about cookies