|
-
Jan 9th, 2001, 12:33 PM
#1
Thread Starter
Hyperactive Member
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 ...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|