|
138 | 138 | ; Development Value: "GP"
|
139 | 139 | ; Production Value: "GP"
|
140 | 140 |
|
141 |
| -; session.bug_compat_42 |
142 |
| -; Default Value: On |
143 |
| -; Development Value: On |
144 |
| -; Production Value: Off |
145 |
| - |
146 |
| -; session.bug_compat_warn |
147 |
| -; Default Value: On |
148 |
| -; Development Value: On |
149 |
| -; Production Value: Off |
150 |
| - |
151 | 141 | ; session.gc_divisor
|
152 | 142 | ; Default Value: 100
|
153 | 143 | ; Development Value: 1000
|
@@ -1476,31 +1466,6 @@ session.gc_maxlifetime = 1440
|
1476 | 1466 | ; setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
|
1477 | 1467 | ; find /path/to/sessions -cmin +24 -type f | xargs rm
|
1478 | 1468 |
|
1479 |
| -; PHP 4.2 and less have an undocumented feature/bug that allows you to |
1480 |
| -; to initialize a session variable in the global scope. |
1481 |
| -; PHP 4.3 and later will warn you, if this feature is used. |
1482 |
| -; You can disable the feature and the warning separately. At this time, |
1483 |
| -; the warning is only displayed, if bug_compat_42 is enabled. This feature |
1484 |
| -; introduces some serious security problems if not handled correctly. It's |
1485 |
| -; recommended that you do not use this feature on production servers. But you |
1486 |
| -; should enable this on development servers and enable the warning as well. If you |
1487 |
| -; do not enable the feature on development servers, you won't be warned when it's |
1488 |
| -; used and debugging errors caused by this can be difficult to track down. |
1489 |
| -; Default Value: On |
1490 |
| -; Development Value: On |
1491 |
| -; Production Value: Off |
1492 |
| -; http://php.net/session.bug-compat-42 |
1493 |
| -session.bug_compat_42 = Off |
1494 |
| - |
1495 |
| -; This setting controls whether or not you are warned by PHP when initializing a |
1496 |
| -; session value into the global space. session.bug_compat_42 must be enabled before |
1497 |
| -; these warnings can be issued by PHP. See the directive above for more information. |
1498 |
| -; Default Value: On |
1499 |
| -; Development Value: On |
1500 |
| -; Production Value: Off |
1501 |
| -; http://php.net/session.bug-compat-warn |
1502 |
| -session.bug_compat_warn = Off |
1503 |
| - |
1504 | 1469 | ; Check HTTP Referer to invalidate externally stored URLs containing ids.
|
1505 | 1470 | ; HTTP_REFERER has to contain this substring for the session to be
|
1506 | 1471 | ; considered as valid.
|
|
0 commit comments