Secure Sessions

A feature of Windows Communication Foundation (WCF) is reliable sessions that guarantee messages are received in the order they were sent. The topics in this section discuss the security implications to consider when creating a reliable session. For more information about reliable sessions, see Using Sessions.

ms731996.note(en-us,VS.90).gifNote:
When impersonation is required on Windows XP, use a secure session without a stateful security context token (SCT). When stateful SCTs are used with impersonation, an InvalidOperationException is thrown. For more information, see Unsupported Scenarios.

In This Section

Secure Conversations and Secure Sessions

Secure conversations and secure sessions are synonymous. This topic explains the way a secure conversation works, and when and why to use the pattern.

How to: Create a Secure Session

Walks through of the basics of creating a secure session.

How to: Create a Stateful Security Context Token for a Secure Session

Walks through the steps of creating a Web farm that will maintain state and sessions with clients.

Security Considerations for Secure Sessions

Describes special considerations for secure sessions.

Reference

Related Sections

See Also

>
© 2007 Microsoft Corporation. All rights reserved.
Build Date: 2009-10-13
Tags :


Community Content

Micah Burnett
Secure Sessions?

Are Secure Sessions a layer on top of, and only used with Reliable Messaging?

Also, it sounds like it's not considered Message Security, or Transport Security, but something in-between.

This quote is supposed to summarize what Secure Sessions are, and from the way it introduces them, it sounds like Secure Sessions are only used with Reliable Messaging.

"A feature of [WCF] is reliable sessions that guarantee messages are received in the order they were sent. The topics in this section discuss the security implications to consider when creating a reliable session." (http://msdn.microsoft.com/en-us/library/ms731996.aspx)

This quote from MSDN sounds like Secure Sessions are or can be used independently of Reliable Messaging.

"With the exception of the basicHttpBinding Element binding, the system-provided bindings in [WCF] automatically use secure sessions when message security is enabled." (http://msdn.microsoft.com/en-us/library/ms733783.aspx)


Page view tracker