What is the purpose of WCF reliable session?

Posted by bsnote on Stack Overflow See other posts from Stack Overflow or by bsnote
Published on 2010-05-26T08:25:57Z Indexed on 2010/05/26 8:31 UTC
Read the original article Hit count: 634

Filed under:
|
|
|
|

The documentation around this topic is poor. I use WCF services with NetTcpBinding hosted in Windows service. The problem is that a session is dropped when it is inactive for some time. What I need is the session which is always alive. Is WCF reliable session something that can help? Or I can just play with timeout settings?

© Stack Overflow or respective owner

Related posts about wcf

Related posts about session