cturbelin/rserve-php

Cannot reconnect session

MadsAppvice opened this issue · 1 comments

It seems that the wrong class is used when testing against Session in the construction of a connection.

Currently (the 2.0 branch) it is testing against RServe_Session in line 139 og Connection, however it seems to me that it should be "Session" without the RServe. At least that works for me:-)

Thank you, it has been fixed with the last merge request !