Session data Persistance on login
I am building a webshop/ecommerce platform with:
* an extension on CredentialsAuthProvider.
* And an extension on the AuthUserSession with
on login want to persist the CartId. but i found the source code does reset the session on login. But this part is not overrideable.
i made a pull request. please check it, adjust it to the way you work.
https://github.com/ServiceStack/ServiceStack/pull/1067
1
vote

PR was merged, thx