Roll your own SQL session store
A more efficient Rails session storage than ActiveRecordStore - avoids overhead of Model.save
A more efficient Rails session storage than ActiveRecordStore - avoids overhead of Model.save
“Using the :new_session => false option tells Rails not to create a new session if there isn’t one already” - useful for where you may want to have logged in site owners but not create sessions for guests (eg blog)