Greg Taylor
|
f1dd985294
|
Added idle timeout code to help combat the screwed up session situation. Some admins would've wanted this eventually, but it'll help until I figure out how to close dead sessions that look like they're still alive. Added a new server config directive, idle_timeout. If the value is non-zero, the idle timeout is the respective number of seconds between commands. Also, the IDLE command will save you from idle timeouts but won't modify your publicly visible idle time.
|
2007-05-09 15:28:12 +00:00 |
|
Greg Taylor
|
7012960a70
|
Remove get_ansiname() by condensing functionality into get_name(). Removed session debug statements I had in for testing.
|
2007-04-26 20:32:56 +00:00 |
|
Greg Taylor
|
192ef521a2
|
Adding a session validity check in hopes of eventually expiring timed out connections.
|
2007-04-25 20:11:29 +00:00 |
|
Greg Taylor
|
5421ab7f6e
|
Re-organization.
|
2007-04-03 13:42:51 +00:00 |
|