cvonkleist / encrypted_cookie

AES-128 encrypted session cookies for Rack (and Sinatra and other frameworks).
MIT License
53 stars 14 forks source link

Change cookie serialization from Marshal to JSON #9

Open Aetherus opened 9 years ago

namelessjon commented 9 years ago

Thanks for submitting this! Have a few questions and comments:

What are the implications of this change? Will it change user visible behaviour (e.g. how values get round-tripped through the cookies)?