Ask YC:how do you do Sessions on EC2?
https://news.ycombinator.com/item?id=132979I have been thinking of implementing a replacement session handler for PHP you can see more here.
http://us3.php.net/session_set_save_handler
my custom version would be for ec2 s3 and or simpleDB so that I can do RRDyDNS and have session state stored between server instances for load balancing.
I was wondering what the crowd thought, and how some of you might be tackling the sessions problem on ec2? DB?