Change record status: 
Project: 
Introduced in branch: 
9.2.x
Introduced in version: 
9.2.0
Description: 

SharedTempStore now has the current_user service injected. The SharedTempStoreFactory has current_user and session services injected.

The shared temporary store factory no longer uses the session ID as the owner for anonymous owners. It generates it's own owner ID for anonymous users when necessary. This is stored in session in the core.tempstore.shared.owner key.

Impacts: 
Module developers