memory-pressure

Can Memory Pressure lead to Session Data Eviction in ASP.NET?

Does Memory Pressure ever cause Session Information to be evicted in ASP.NET? If so, will this only happen after all Caches are evicted (even with CachePriority.Highest), or what is the threshold for this to happen? ...

Memory pressure notification in SQL CLR

My dear friend google is not able to tell me if there is an API available inside the SQL CLR to get memory pressure notification. It is obviously used, since the AppDomain will get unloaded under memory pressure, but the question is if the notification is sent to into the AppDomain prior to the unload, so that I could release some cache...