|
Author:
{u'date': u'2013-04-10T19:13:31Z', u'name': u'Eric Milkie', u'email': u'milkie@10gen.com'}
Message: SERVER-9307 initialize session id context to support session caching on the server
You must set the context in order for session caching to work.
This would normally fail silently without setting the context, but when you turn on
certificate validation and attempt to reuse a session, the attempt will actively fail and
return an error on the server.
The Java driver does make use of restartable sessions and is affected by this issue.
Branch: v2.4
https://github.com/mongodb/mongo/commit/63970873031d29f7eafbe1bd3d441578e7f675d3
|
|
Author:
{u'date': u'2013-04-10T19:13:31Z', u'name': u'Eric Milkie', u'email': u'milkie@10gen.com'}
Message: SERVER-9307 initialize session id context to support session caching on the server
You must set the context in order for session caching to work.
This would normally fail silently without setting the context, but when you turn on
certificate validation and attempt to reuse a session, the attempt will actively fail and
return an error on the server.
The Java driver does make use of restartable sessions and is affected by this issue.
Branch: master
https://github.com/mongodb/mongo/commit/74409f3cb7a2122610842955ed1c6ed7dd1779e6
|