I am using custom asp.net identity. I would like to know the difference between session and asp.identity claims?
which one is better?
Previously we use to save user details after login in session. with this asp.net we are saving it to asp.identity claim(not saving it to DB).
As security point of view which one should I use?
Can I session in asp.identity used projects?