I'm using vb.net in ASP.NET with the 2.0 framework.


I'm attempting to rename a directory inside my web app's directory using the Directory.Move() function. Whenever I use this function, though, my session state is destroyed. Does anyone know what could be causing this?