I'm developing as system with a WCF service back end, and thinking about implementing sessions. But I'm worried about the number of client that can be connected at the same time. I will have up to 500 clients connected, and each client will constantly make calls every 5-10 seconds. How expensive will it be for the service to have one instance per client?
Thanks
Jon