|
-
Jun 14th, 2005, 03:18 PM
#1
Thread Starter
Addicted Member
Global session variables question
I want to use this class that I created, an errorhandling class, as a global session variable, be to userd throughout my application.
Can anyone tell me how about to go about this?
-
Jun 15th, 2005, 02:00 AM
#2
Re: Global session variables question
You want to use an error handling class as a variable? Why? Can you explain a little more about this? Are you trying to create a global error handler? Why not just follow the usual way of doing it, or do you have a really good reason for this?
-
Jun 15th, 2005, 07:41 AM
#3
Thread Starter
Addicted Member
Re: Global session variables question
I guess I am a little unaware of the normal way of doing things. The thing that I want to do is that everything will use this errorhandler class if an error does occur, even my classes that are outside of the application but are referenced by the application.
If the normal way of doing it can do this, could you please give me a run-down on how this works.
Thanks again.
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
|