How to store session id and expiration time to database?
How to store ses开发者_Python百科sion id and expiration time to database? Please give me a suggest.
Creating sessions in db:
Rails sessions current practices
Sweeping sessions:
http://guides.rubyonrails.org/security.html#session-expiry
精彩评论