Initiate User Scope Class at Session Start
        Posted  
        
            by James Santiago
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by James Santiago
        
        
        
        Published on 2010-06-16T00:19:54Z
        Indexed on 
            2010/06/16
            0:22 UTC
        
        
        Read the original article
        Hit count: 660
        
I want to initiate a class for each user at the start of the user's session so that a single class can be used throughout the user's session. I checked out this post but I'm not sure where I should be placing this Sessionhandler class. Inside global.asax? How do I go about accomplishing this?
© Stack Overflow or respective owner