I am making a Facebook application, I want to have a stateless server.The Facebook connect requests are from the server side. So when Facebook gives me a session which has to be maintained at the server this way my server won't be stateless.
When I'll load balance I can't have a simple load balancer instead it would need to know which users are on which server, something I don't want.
Any Ideas?