I have a WCF Service with wsHttpBindings and SSL enabled, but I\'d like to enable WCF sessions.
After changing SessionMode to required
SessionMode:
wsHttpBinding requires reliableSession to support WCF sessions, and reliable sessions require custom binding to support ssl. So asking for WCF sessions over ssl and with wsHttpBinding seems like out of the question as far as I can tell.