It is chance define some singleton variable in asp.net mvc3 ? I want define it (probably in global.asax) and then in controllers get it, by IOC resolver (structureMap)
Simple: I want have one property with same data for all users, not dependency on request, session, ... For example At first start of MVC application I set DateTime value into this property and then all requests can view this property and modified this property in controllers.