Sharing Ruby on Rails session cookie with NodeJS

I would like decode the RoR session cookie from within my NodeJS application. Before I start digging into the Ruby source I wanted to see if anyone already has a solution for this.

Thanks