How to share asp.net Session into WCF service
        Posted  
        
            by Throjen
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Throjen
        
        
        
        Published on 2010-05-27T06:02:47Z
        Indexed on 
            2010/05/27
            6:11 UTC
        
        
        Read the original article
        Hit count: 329
        
Im using asp.net website with WCF service, having wsHttpBinding,Aspnet compatibility enabled, specified as Sessionmode -allowed, service behavior- isinitiated and client session cookie enabled. Its looking like Asp.Net session object and WCF Session( HTTPContext.Current.Session) work independently. How can I share Asp.net Session value to WCF Session and vise versa.
© Stack Overflow or respective owner