You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SessionExtension: don't set readAndClose if null (#213)
Session class throws exception if session is started and option read_and_close is set.
SessionExtension breaks compatibility with other session implementations (in case they already started the session) by always setting that option (to default value).
0 commit comments