Base solution for your next web application
Open Closed

IAbpSession Implementation #3136


User avatar
0
bilalhaidar created

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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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 :).

  • User Avatar
    0
    bilalhaidar created

    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

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Yes, it is by convention :).