Plsqlsessioncookiename – Oracle B12255-01 User Manual

Page 116

Advertising
background image

mod_plsql

7-46

Oracle HTTP Server Administrator’s Guide

Notes:

For applications that do not use path aliasing, this parameter may be omitted.

In older versions of the product, this parameter was called pathaliasproc.

PlsqlSessionCookieName

Specifies the cookie name

when

PlsqlAuthenticationMode

is set to SingleSignOn. This parameter is

supported only for Oracle Application Server releases, and is used by the Oracle
Application Server Portal and Oracle Application Server Single Sign-On.

Notes:

For DADs not using SingleSignOn authentication, this parameter can be
omitted. In most other cases, the session cookie name should be omitted (and
this parameter automatically defaults to the DAD name).

A session cookie name must be specified only for Oracle Application Server
Portal instances that need to participate in a distributed Oracle Application
Server Portal environment. For those Oracle Application Server Portal nodes
you want to seamlessly participate as a federated cluster, ensure that the session
cookie name for all of the participating nodes is the same.

Independent Oracle Application Server Portal nodes need to use distinct
session cookie names.

In older versions of the product, this configuration parameter was called
sncookiename

.

See Also:

Oracle HTTP Server mod_plsql User’s Guide for more

details about path aliasing functionality.

Category

Value

Syntax

PlsqlSessionCookieName cookie_name

Default

Same as DAD name

Example

PlsqlSessionCookieName mycookie

Advertising