On Sunday, November 9, 2014 2:28:27 PM UTC, spike...@gmail.com wrote: > > When I read rails guide > <http://guides.rubyonrails.org/command_line.html#tmp> , I meet this > sentence `rake tmp:sessions:clear clears tmp/sessions.`. > In Rails maybe there are any options to store sessions data to File > (default session store is CookieStore). > > Dose anyone know a purpose of this directory? > Thank you. >
Prior to the cookiestore, the default rails session store was filestore, which uses ruby's pstore mechanism. It was never really suitable for use other than development, since it presumes that all of your app instances have access to this shared storage. Fred -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscr...@googlegroups.com. To post to this group, send email to rubyonrails-talk@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/f58dcb83-cb8b-452b-a486-8a5d207857ad%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.