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
Aakash N
NA
166
19.4k
Session variables are not changing on IE
Jan 4 2019 9:47 AM
I am working on a project where we use SQLCache to store session variables and get from the DB. In Chrome and other browsers the set and get are working normal, but in IE these session values are not getting changed after 2nd change from a dropdown.
I have also, configured my startup.cs to not store ResponseCache as shown below:
services.AddMvc(options =>
{
options.CacheProfiles.Add(
"Never"
,
new
CacheProfile()
{
Location = ResponseCacheLocation.None,
NoStore =
true
});
}).SetCompatibilityVersion(CompatibilityVersion.Version_2_1).AddSessionStateTempDataProvider();
Can someone help me in fixing this issue on IE.
Thanks!!
Reply
Answers (
1
)
Email Ticketing System.
Asp.Net GridView - Need to add next and previous button in p