static public Method

Session.unmarshal(data)

There's no documentation for this item.

Source Code

# File action_controller/session/active_record_store.rb, line 83
def unmarshal(data) Marshal.load(ActiveSupport::Base64.decode64(data)) if data end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.