0
KocSchool created
Project Detail
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
- What is your product version?
- v9.1.0
- What is your product type (Angular or MVC)?
- Angular 9+
- What is product framework type (.net framework or .net core)?
- .NET Core
<br>
1 Answer(s)
-
0
Hi KocSchool, Can you provide the complete login interface code? Judging from the provided code, there seems to be no problem.
If you want to temporarily change the
AbpSession.UserId
, please use theIAbpSession.Use()
method.After callingLoginManager.LoginAsync()
, the value ofAbpSession
will not be set. The value ofAbpSession
is obtained through the Cookie or Token carried in the request.