Quantcast
Channel: ASP.NET MVC / Web API / Web Pages
Viewing all articles
Browse latest Browse all 7925

New Post: Feature: Conversational session

$
0
0
I would like to implement a new feature for asp.net mvc called "conversational session".
What is a conversational session? For example, you have a edit page and you want to display this page multiple times but with different data. If you store some data in the session, the session data will be overridden when opening the edit page multiple times. You can use a conversation for a specific "process" and after the process finishes the data will cleared. My idea was to handle this via attributes (i.e. one attribute on a action which starts a conversation.. or a attribute which clears the conversation etc.)

So asp.net mvc... team. What do you think? Can I start with the implementation? :)

Viewing all articles
Browse latest Browse all 7925

Trending Articles