Hi Friends,
Im new to MVC development, I've developed an application in MVC and used so many sessions. Now i'm facing problem when opening a form the values are still retaining which I entered previously, because of the not clearing the session values. May be i'm missing the session which i should clear before opening a new form.
Solution to this problem is, I want something like it should display all the session's which I'm using in the application, so that i'll pick the session and clear the value.
Please note I don't want to clear all the session.
How can i solve this?
Regards,
Ravikumar G.