I have huge number of file in tmp/sessions/ , so how can I manage
that. It takes many storage spaces.
Is It possible to config sessions expire to solve that problem or any
plug-ins
I have huge number of file in tmp/sessions/ , so how can I manage
that. It takes many storage spaces.
Is It possible to config sessions expire to solve that problem or
any plug-ins
That’s a good thing, but as far as actually getting rid of old
sessions, a lot of people just have a cron job that removes old
session files/rows
I would advise to use tmpwatch for this. Cleaning temporary files left
over by aborted programs or programs that don’t clean after themselves
is mandatory if you don’t want a partition to blow up in the end.
Tmpwatch does this efficiently with minimum configuration.
Lionel
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.