Use this page to specify the settings for database session support.
To view this administrative console page, click Servers > Application servers > server_name > Web container settings > Session management > Distributed environment settings > Database.
Configuration tab
The datasource description.
The JNDI name of the non-XA enabled data source from which session management obtains database connections. For example, if the JNDI name of the datasource is "jdbc/sessions", specify "jdbc/sessions." The data source represents a pool of database connections and a configuration for that pool (such as the pool size). The data source must already exist as a configured resource in the environment.
That each instance of application data be placed in a separate row in the database, allowing larger amounts of data to be stored for each session. This action can yield better performance in certain usage scenarios. If using multirow schema is not enabled, instances of application data can be placed in the same row.
Related concepts
Distributed sessions
Related tasks
Configuring for database session persistence
Related reference
Administrative console buttons
Administrative console page features
Administrative console preference settings