WCF Session without Credentials
Posted
by mcoolbeth
on Stack Overflow
See other posts from Stack Overflow
or by mcoolbeth
Published on 2010-06-09T20:50:32Z
Indexed on
2010/06/09
21:02 UTC
Read the original article
Hit count: 945
Is it possible to configure a WCF service to use sessions, and also not to require the client to send any credentials?
If so, how should the bindings
section of the service's App.config
file look?
© Stack Overflow or respective owner