Facebook and a stateless server

Posted by Fahim Akhter on Stack Overflow See other posts from Stack Overflow or by Fahim Akhter
Published on 2010-06-17T07:05:12Z Indexed on 2010/06/17 7:13 UTC
Read the original article Hit count: 242

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about facebook

Related posts about session-state