state server session - cross appDomain?
        Posted  
        
            by newone1
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by newone1
        
        
        
        Published on 2010-04-25T20:10:11Z
        Indexed on 
            2010/04/25
            20:23 UTC
        
        
        Read the original article
        Hit count: 245
        
session-state
|ASP.NET
When using a State server for session, are sessions still appDomain specific? So for example, I have two different IIS applications(virtual directories) on a web server, and they both point to one state server for session. The session guid from the cookie will be the same across requests from both applications, so will the same session be accessible across both of these applications? Thanks.
© Stack Overflow or respective owner