Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1343 → Rev 1344

/trunk/doc/config_values.md
456,7 → 456,7
 
### COOKIE_DOMAIN
 
OIDplus::baseConfig()->setValue('COOKIE_DOMAIN', '');
OIDplus::baseConfig()->setValue('COOKIE_DOMAIN', '(auto)');
 
Can be used to increase security by setting an explicit domain-name in the cookies.
Set to '' (empty string) to allow all (sub)domains.
464,7 → 464,7
 
### COOKIE_PATH
 
OIDplus::baseConfig()->setValue('COOKIE_PATH', '/');
OIDplus::baseConfig()->setValue('COOKIE_PATH', '(auto));
 
Can be used to increase security by setting an explicit pathname in the cookies.
Set to '/' to allow all paths.