PDA

View Full Version : Whats considered a new session?



4entourage
07-20-2009, 07:22 PM
After stopping and starting....what determines a new session? Iknow its not switching user names...is it like "After an hour of time goes by without play" or what??

Thanks!

fozzy71
07-20-2009, 08:30 PM
Default is 30 minutes. This can be edited via the .config file.

C:\Program Files\RVG Software\Holdem Manager\Config\HoldemManager.config

Open it with Notepad or Notepad++.

Approximately 2/3 of the way down the file (line 60 in mine) is this line of code:


<setting name="SessionTimeoutDuration">30</setting>

I changed mine to be 5 minutes:


<setting name="SessionTimeoutDuration">5</setting>