razzaj
Jan 9th, 2001, 11:33 AM
I made a DLL on VB .. and compiled it .. Now to use it in ASP. The following code is used Obj = Server.CreateObject("MyDllName.MyClassNAme") ... Fine till now all works Great ..
Now what I Need is to be able to have only one instance of the DLL and have Like A global Variable Shared by all instances of the Classes Created .. so that all people on the site can Exchange this info ...
To be simple ... implementing Sessions ... without using Sessions ...
Now what I Need is to be able to have only one instance of the DLL and have Like A global Variable Shared by all instances of the Classes Created .. so that all people on the site can Exchange this info ...
To be simple ... implementing Sessions ... without using Sessions ...