When I use FileSystemObject in Virtual Folder I have a problem.

  • Thread starter Juan Daniel Caicedo
  • Start date
J

Juan Daniel Caicedo

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?
 
R

Roland Hall

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top