V
V
Vlad2021-10-04 08:43:18
ASP.NET
Vlad, 2021-10-04 08:43:18

How is the ISession.IsAvailable property used?

I don't understand how to apply the ISession.IsAvailable property . The documentation succinctly says "Indicates whether the current session is loaded". What does this mean? What client can store cookies? Or that the session has already been created before?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
AndromedaStar, 2021-10-04
@KislyFan

This is needed to check the availability of the Distributed session. You can store the session not only in the application itself, that is, on your current server, but also somewhere on the side. For example in Redis.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question