session data

from the console

$ script/console

Marshal.load(Base64.decode64(ActiveRecord::Base.connection.select_one("select

* from sessions where session_id = '<your session id

'")["data"]))

it should return a hash of all the data stored in the session.

hope that helps