TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
ram kumar
NA
331
0
Implementing Secure Authentication
Feb 25 2019 7:59 AM
I want to implement the secure authentication with maintaining the login data in subsequent requests.
I have planned to use form authentication but cookie generated from forms authentication, will be accessed by hacker or middle man. So if we use form authentication with the help of cookie user can login.
If we use session, which will also create the cookie in local and also create over head in server.
So how we can maintain user loggin details, which can be used in websites (withourt SSL).
Reply
Answers (
1
)
how to convert day data into week data
ASP.net Web API Core