Official Content

Sets the authentication password required when connecting to a Redis provider.

Scope

Generators: .NET
Level: Generator

Description

When using Redis as a Session State Provider, a password may be required to authenticate and access the Redis server.

By correctly setting the "Password" property, the application will be able to connect to the password-protected Redis server and use it to securely store and retrieve session data.

It is important to note that this property is part of the broader configuration related to session state management, which includes other properties such as Location and Instance Name, among others. These properties are necessary to establish the proper connection and communication with the Redis server to manage application session state in distributed or container-based environments.

Runtime/Design time

This property applies only at design time.

How to apply changes

To apply the corresponding changes when the property value is configured, Build any object.

Availability

This property is available since GeneXus 18 Upgrade 4.

See Also

HowTo: Configure Session State In ASP.NET Core

Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant