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
John
NA
928
130.7k
Using redis as session
Feb 21 2018 11:26 PM
I m new to redis sessions
<sessionState mode="Custom" customProvider="FooFoo">
<providers>
<add name="MySessionStateStore" type="Microsoft.Web.Redis.RedisSessionStateProvider" host="something.redis.cache.windows.net:1234" accessKey="" ssl="true" abortConnect="False" />
</providers>
</sessionState>
I have add dis to web config but still
session["key"] = "value"
is not working on azure
How to implement this session on azure??
Reply
Answers (
4
)
How To Create Custom Filter For Security In Mvc5
How to find total rows affected when using EventLogReader