I have a similar problem than Is it possible to recycle IIS application pools without losing user sessions?
I have a web site in dev using IIS Express. My session is in a database. I search how to recycle the app pool of my site without killing the session. Its easy on IIS but in IIS Express, I dont know how to recycle without restarting by Visual studio. But when I do that, the session is killed.