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
Move SessionManagerImpl & SessionIdTimeoutHandler inside a package called "internal" under :session module. It allows others to use the :session module as is, if they wanted to use our opinionated implementation of the SessionManager (i.e SessionManagerImpl) too.
Proposals
Move SessionManagerImpl & SessionIdTimeoutHandler inside a package called "internal" under :session module. It allows others to use the :session module as is, if they wanted to use our opinionated implementation of the SessionManager (i.e SessionManagerImpl) too.
Similarly, SessionIdLogRecordAppender, SessionIdSpanAppender & SessionIdRatioBasedSampler can be moved in the same module under a "processors" package.
Rename the
SessionIdTimeoutHandler
class to include the word background as it essentially handles background session expiry.The text was updated successfully, but these errors were encountered: