ruby on rails - Migrate session from active record store to cookie store -


rails 4 include encrypted cookie based sessions. we'd change active record cookie store. there way without interrupting customers of app? don't want remove current sessions.

agree nathan don't go backwards unless worried db performance because of sessions storage. in case suggest redis or memcached store sessions , not cookie based.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -