[Phplogcon-dev] New Configuration varibles

Brian Shea bgshea at gmail.com
Tue Dec 13 05:23:56 CET 2005


 Here is a list of configuration varibles that need to be setup during
installation for 1.2.6_bgs. Most can be set to defaults the only one that is
install dependant is _URI_PATH. Which should be set to the server path where
phpLogCon is installed. There is a PDF file on my site with these varible as
well.

  _URI_PATH

Set this path to the server path, e.g. for www.example/phplogcon/ use
/phplogcon/

_SINGLEUSER

User name to use when _ENABLEUI is set to 0





_SESSION_NAME

PHP session id defaults to phplogconid

_SESS_NOCOOKIES

Disable cookies to store session id, not recommended

_ENABLE_COOKIES

Depreciated, should not be used.

_COOKIE_PREFIX

Prefix for cookie names

_COOKIE_DIR

Server path for which cookies are valid, same as _URIPATH

_SECURE_COOKIE

Only transmit cookies over secure link.

_COOKIE_EXPIRE

Expiration for cookies defaults to 30days





_SESS_HOW

Session DB Method, [PHP,DB_PEAR,DB_MYSQL]

_DBSESS_TBL_PRE

Prefix for table names, use for testing. Defaults to ""

_DBSESS_TBL_NAME

Table name to store sessions in. Defaults to sess_Users

_DBSESS_FILED_PRE

Prefix for Field Names. Defaults to ""

_DBSESS_FIELD_DATA

Session data field name. Defaults to sess_data

_DBSESS_FIELD_ID

Session ID field name. Defaults to sess_id

_DBSESS_FIELD_EXPIRE

Session expire field name. Defaults to sess_expire

Brian



More information about the Phplogcon-dev mailing list