I believe sqlbuddy just uses the built-in session stuff from php. So, if you
want to extend the session length, you would look to editing your php.ini
file (you might also be able to set the values at run time using ini_set, I
don't know). The values you should be looking for are session.gc_maxlifetime
and maybe session.cookie_lifetime.
On Fri, Sep 30, 2011 at 9:06 AM, Caleb Bron <calebb
...@gmail.com> wrote:
> Since it's my local dev machine, I'm not to worried about leaving it
> and someone else getting into it. Could I update that session timeout
> to like 2-3 hours ? Or just turn it off completely ?