ASP.NET MVC does browser refresh make TempData useless?
Posted
by Myster
on Stack Overflow
See other posts from Stack Overflow
or by Myster
Published on 2010-04-15T01:02:11Z
Indexed on
2010/04/15
1:13 UTC
Read the original article
Hit count: 554
asp.net-mvc
|tempdata
If I redirect to a new page passing TempData to initialise the page it works fine, however if the user presses the refresh button in their browser the TempData is no-longer available.
Given this, is there any situation where TempData could be used reliably?
Or any way to remove or mitigate the problem of users refreshing?
© Stack Overflow or respective owner