I am building a multi-player game using EventMachine's websockets and Sinatra.
In the Websocket's onopen method I can access the encrypted cookie that is established by Sinatra using Rack::Session::Cookie but I am being thwarted trying to decode it. Nothing I've tried so far works.
Here's hoping someone on the Sinatra list can help me out here.
Cheers
Dave