You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SQL Buddy
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 ?
Calvin Lough
unread,
Sep 30, 2011, 11:11:23 AM9/30/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sql-...@googlegroups.com
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.
Caleb Bron
unread,
Oct 4, 2011, 10:48:14 AM10/4/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message