Basically i have a web application and Wcf services with usernamepassword validator using WSHttpBinding using message security. Once the service client is validated, i am storing the client in Session, to access the all other web methods in side the service.
Whether this approach is correct ? or should i use security token service ?
Please advise me.
Thanks