Apache-iNcom
view release on metacpan or search on metacpan
lib/Apache/iNcom.pm view on Meta::CPAN
C<NONE>.
=back
=head2 PROFILES DIRECTIVES
=over
=item INCOM_INPUT_PROFILE
Sets the input profile that will be used to initialize the $Validator
object. Defaults to F<conf/input_profiles.pl> relative to server's
root.
See HTML::FormValidator(3) for details on the format of this file.
To turn off the creation of an input profile set this directive to
C<NONE>.
=item INCOM_PRICING_PROFILE
Sets the pricing profile that will be used to initialize the $Cart
object. Defaults to F<conf/pricing_profile.pl> relative to server's
root.
See Apache::iNcom::CartManager(3) for details on the format of this file.
If you don't need the cart management feature, set this directive to
C<NONE>.
=item INCOM_ORDER_PROFILE
Sets the order profiles file that will be used to initialize the
$Order object. Defaults to F<conf/order_profiles.pl> relative to server's
root.
See Apache::iNcom::OrderManager(3) for details on the format of this file.
If you don't need this feature, you can set this directive to C<NONE>.
=back
=head2 USERDB DIRECTIVES
=over
=item INCOM_USERDB_PROFILE
Name of the profile to use for the user database. Defaults to
C<userdb>. See DBIx::UserDB(3) for more information. To disable the
use of a DBIx::UserDB object, sets this directives to C<NONE>.
=item INCOM_GROUPDB_PROFILE
Name of the profile to use for the group database access. Defaults to
C<groupdb>. See DBIx::UserDB(3) for more information.
=item INCOM_SCRAMBLE_PASSWORD
Turn on or off scrambling of user's password in the UserDB.
=back
=head2 LOCALIZATION DIRECTIVES
=over
=item INCOM_DEFAULT_LANGUAGE
The language of the files without a language extension. Defaults to C<en>.
=item INCOM_LOCALE
The package uses to create Locale::Maketext(3) instance. If this is
set, an instance appropriate for the user's locale will be available
through the $Locale object.
=back
=head2 SESSION DIRECTIVES
=over
=item INCOM_SESSION_SERIALIZE_ACCESS
Set this to 1 to serialize access through session. This will make sure
that only one session's request is processed at a time. You should set
this to 1 if your site uses frameset.
=item INCOM_SESSION_SECURE
Sets this to true if you want the cookie that contains the session id
to be only transmitted over SSL connections. Be aware that setting
this variable to true will require that all Apache::iNcom transactions
be conducted over SSL.
=item INCOM_SESSION_DOMAIN
The domain to which the Apache::iNcom session's cookie will be
transmitted. You can use this, if you are using a server farm for
example.
=item INCOM_SESSION_PATH
The path under which the session id is valid. Defaults to
I<INCOM_URL_PREFIX>.
=item INCOM_SESSION_EXPIRES
The time for which the use session is valid. Defaults is for a browser
session. (Once the user exists its browser session will become
invalid).
=back
=head2 ERROR HANDLING DIRECTIVES
=over
( run in 0.671 second using v1.01-cache-2.11-cpan-d8267643d1d )