Hello Gurus,

I have an internet site where in COM objects are created per session.

Example
Set Session("ImageDB") = Server.CreateObject(yada.yaada...)

And on logout the session variables are release by calling

Session.Abondon

Now when user A logs in the COM object is created and all works fine
Similarly at the same time user B logs on another COM Object is created. And
all works fine

But the problem is that when user A logs out the Com objects created for
user B also gets cleared.

What is that I am missing.

TIA

Arvind K. Gangal

"I love deadlines. I especially love the swooshing sound they make as they
go flying by."


**********************************************************************
The information contained in this e-mail message is intended
only for the individuals named above.  If you are not the
intended recipient, you should be aware that any
dissemination, distribution, forwarding or other duplication
of this communication is strictly prohibited.  The views
expressed in this e-mail are those of the individual author
and not necessarily those of
Securicor Information Systems Limited.
Prior to taking any action based upon this e-mail message
you should seek appropriate confirmation of its authenticity.
If you have received this e-mail in error, please immediately
notify the sender by using the e-mail reply facility.
**********************************************************************


_____________________________________________________________________
This message has been checked for all known viruses on behalf of Securicor Information 
Systems by the MessageLabs. For further information visit http://www.messagelabs.com 
or Email: [EMAIL PROTECTED]

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to