Results 1 to 3 of 3

Thread: Global session variables question

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2004
    Posts
    149

    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?

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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?

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Nov 2004
    Posts
    149

    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
  •  



Click Here to Expand Forum to Full Width