Tag: session

  • Clearer MVC

    In every application there are some variables that are set by the ASP.NET  application(  ASP.NET_SessionId  cookie ) and some that are set by the programmer( cached data in Application/Session/Cache/Cookies and so on). I wanted every time to have a page where I can “clear” / delete those – and not found. So it’s the Clearer…