Writing custom data to the default collection
gjvpaet opened this issue · 3 comments
gjvpaet commented
Hi, is there a way to write custom data to the default collection like for example the details of the user?
glebsexy commented
As far as I know, there is not. You have to create the one that stores other data manually.
ksuhiyp commented
Hi @vkarpov15,
Did any of you guys managed to solve max number of concurrent login sessions using session store collection?
@gjvpaet request is convenient, for instance we can tell session collection that specific session is active (loggedIn) -in order to prevent any other login attempt from other clients, doesn't this make sense much more than adding that field somewhere outside session collection?