in message
:I create an user session with ASP in a Virtual Folder.
:
: When the ASP try to delete a subfolder in the same virtual folder app, FSO
: delete the folder but they clean the session and clean all session
variables.
:
: Why?
I'm having trouble understanding what you're asking.
1. You don't create a session variable in a folder.
2. A folder is physical folder, virtual is a path.
3. FSO works with physical paths not virtual.
4. FSO doesn't remove session variables, especially not all of them.
Session.Abandon does that.
We could just have a language barrier here. Can you show some relative
code?
--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center -
http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation -
http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library -
http://msdn.microsoft.com/library/default.asp