문제

I am working with .Net application where my requirement is to work with session token. How can I generate session token and use that token to allow the user to access the certain resources of my website.

도움이 되었습니까?

해결책

I imagine you mean the WIF Session Authentication Module (SAM) from .NET 4.5 for session tokens? Here's something to get you started:

http://brockallen.com/2013/01/26/replacing-forms-authentication-with-wifs-session-authentication-module-sam-to-enable-claims-aware-identity/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top