i have angular-webapi-mvc-wcf solution. i want share user session between mvc , wcf projects. possible? also, want share authentication mechanism, mean, want user authenticated once on mvc project using formauthentication, , let wcf know when user authenticated without envolving other technologie. i have solution mvc , wcf app reside on same project(dll), , on context can share authentication , session data. so, in order share session, should move svc files wcf mvc project? way? all projects share same db, solve without having store session data on db level. thanks info if wcf layer on same app pool, can check aspxauth cookie (forms auth cookie name configurable) , can use methods in formsauthentication class/namespace decode cookie user in wcf layer. if configure forms auth cookie domain cookie can host wcf layer in different app pool/iis site long it's on same domain main site. both sites receive cookie. that cookie drives forms authentication. if fo...
Comments
Post a Comment