ASP Classic and JavaScript check for session status
        Posted  
        
            by StealthRT
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by StealthRT
        
        
        
        Published on 2010-04-25T04:01:50Z
        Indexed on 
            2010/04/25
            4:13 UTC
        
        
        Read the original article
        Hit count: 245
        
I am in need of some help with trying to figure out how to go about checking the users session and seeing if they are still logged in or not.
The problem being is because i have a static page that pretty much loads everything into "tabs" using jquery. So when the user navigates the page, it really never leaves that same page they started out on. Hints my problem in trying to determine if they are still logged in or not when they click on update their information on their profile or whatnot.
© Stack Overflow or respective owner