Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gbrowse_clean.pl doesn't always remove old sessions #44

Open
scottcain opened this issue Jul 7, 2014 · 1 comment
Open

gbrowse_clean.pl doesn't always remove old sessions #44

scottcain opened this issue Jul 7, 2014 · 1 comment
Assignees

Comments

@scottcain
Copy link
Member

It seems to me that the gbrowse_clean script is not quite as smart as it ought to be. That is, with regards to session variables, the GBrowse.conf file says in the comments that it will pick defaults for you, and while it does seem to do that correctly when the CGI is running (that is, GBrowse correctly stores the session database is a reasonable place), the gbrowse_clean script doesn't seem to know how to do this. A workaround is to uncomment the two session variables that appear first in GBrowse.conf. That is, uncomment these two lines:

session driver = driver:file;serializer:default

session args = Directory /var/lib/gbrowse2/sessions

and verify of course that the directory listed is where the session database is actually stored.

@scottcain scottcain self-assigned this Jul 7, 2014
@scottcain
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant