So, I was messing with the settings and changed the option that logs you out after a certain amount of time to zero, thinking it would set it to no limit - instead it boots me out and I cannot log back in! Anybody have any ideas?
If you are comfortable working in your database directly you can change the timing in the database.
It is located in the table called settings
the line is a ways down - you are looking in the key column for
config_session_ttl
Change the Value column for that line to 120 (the original setting) or what every number of minutes you want
that should get you back on.
Perfect! Thank you so much!