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
Flushing out user activities in a session after a configurable time. This is needed so that the internal map doesn't grow with the last user activities in a session.
Changing the type of uniqueIdentifiers parameter from String to List of Strings. Concatenating these parameters so that the concatenated value will be unique for the session.
TransitionBlaster JavaOp