Hi, In the documentation it mentions the following:
About IAbpSession IAbpSession interface must be implemented in order to get actual session informations. While you can implement it in your own way, it's fully implemented in module-zero project.
I cannot find that implementation in the module-zero project. There is only one implementation and it is the ClaimsAbpSession located in Abp project.
Is there anything missing? Thanks
3 Answer(s)
-
0
Hi,
It was in module zero before but moved to ABP now. Documentation is old I think, we will fix it with this issue <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/2115">https://github.com/aspnetboilerplate/as ... ssues/2115</a>.
Thanks for finding it :).
-
0
Thanks,
Also, I searched for the place where IAbpSession is hooked to ClaimsAbpSession and I couldn't find where you do this mapping.
Is this considered a conventional registration since their names are: IAbpSession and ClaimsAbpSession?
Also, would it be possible to comment on this thread with some guidance from you :-) #3111
-
0
Hi,
Yes, it is by convention :).