ASP.NET MVC Storing data retrieved from View temporary

Posted by GatesReign on Stack Overflow See other posts from Stack Overflow or by GatesReign
Published on 2010-04-14T05:17:44Z Indexed on 2010/04/14 5:23 UTC
Read the original article Hit count: 188

Filed under:

How do I store a list of data that is submitted to a controller for about an hour in memory, so I can call another controller and pull this data?

© Stack Overflow or respective owner

Related posts about asp.net-mvc