I've been studying the examples carefully but I have a hard time grasping about possible implementation and authentication storage accross multiple node. How would I go about doing that? Let the appserver replicate the HttpSession with the SecureContext in it or the Authentication object itself.
In other words what would be the best way to distribute my Authentication object that is in the locally bound SecureContext?


