hippich / Bitcoin-Poker-Room

Sources for Bitcoin Poker Room.
http://betco.in
Other
132 stars 90 forks source link

Rework site.persistSession #105

Closed hippich closed 12 years ago

hippich commented 13 years ago

Currently site.persistSession() will disconnect users who are not sitting at any table or do not registered for any tourney. This in particular breaks tourney registration in some cases.

Right now call to site.persisSession() is disabled here - e514ed97360ddddb86af6b518d0dd3ebcba7b125 . Once reworked, it should be re-enabled.

hippich commented 12 years ago

Postponed since it works as expected with site.persistSession() commented.