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
Tausif Khan
NA
43
2.6k
Can we store some data into session in entity framewrok
Aug 16 2018 7:29 AM
I am developing an API using entity-framework. Everything is working perfect. I have question , Can we store some particular data into a session n retrieve it on different controllers? For now everytime i have to hit my database n retireve the same information on multiple controllers. For eg: on login i got the login information of a particular employee and i would like to save some information like employeeId, divisionId into a session so that working on different controller i woud like to fetch the employeeId through the session rather than agian hitting the database.
Reply
Answers (
1
)
Post Image to Asp.Net Web API from OpenFileDialog
Not able to create SoapContext obj in web API