0
chi created
4 Answer(s)
-
0
Hi,
It's strange. AbpSession.UserId gets a long type value from the cookie. Somehow your cookie contains a non-numeric value. Probably you did run another application on the same http port.
You can logout from the application to clear it:
<a class="postlink" href="http://localhost:6234/Account/Logout">http://localhost:6234/Account/Logout</a>
Then login again, it should work.
Have a nice day.
-
0
Experiencing the same issue. Can't execute logout, same error especially in chrome. Hope you will consider this case (Format Exception) in next build.
-
0
Thanks .. It worked...
-
0
@sysberries,
I could not repeat the problem. Do you still have the problem? Can you try to change Web project's port to a different one?
Thanks.