Open Closed

How to maintain session information in ABP framework #2234


User avatar
0
JeganAbpCommercial created
  • ABP Framework version: v4.4.4
  • UI type: ReactJS
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:NA
  • Steps to reproduce the issue:"NA

Currently We are working on new project with ABP commercial product from the scratch. Using ABP framework is it possible to maintain session information in the backend calls ?. Say for example Userinformation..


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    ABP does not use Session related services by default but uses claims-based authentication and authorization.

    https://github.com/abpframework/abp/issues/42

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11