It will work as long as all users are accessing the site in the same app domain, so on a single machine you'll be ok but your solution won't scale. You'll need to consider threading issues too as the same objects will be being read\written at the same time.