Hello,
Currently I am using browser sessions and DB for user sessions. However, we know this will pose a problem if I use EC2 (Foundry) and have more then 1 server running.

What is the suggested setup for scalable sessions on Foundry. This is a social network, should I nix browser sessions all together and just use 1 cookie with 1 DB session record?

This needs to be extremely secure, I've already had issues with sessions being hijacked.

Thanks in advanced!