| Revision 6385,
349 bytes
checked in by vain, 8 weeks ago
(diff) |
- session auto start off is default
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Date Author Id Revision HeadURL
-
Property svn:mime-type set to
text/plain
|
| Line | |
|---|
| 1 | magic_quotes_gpc = Off; |
|---|
| 2 | register_globals = Off; |
|---|
| 3 | default_charset = UTF-8; |
|---|
| 4 | memory_limit = 64M; |
|---|
| 5 | max_execution_time = 18000; |
|---|
| 6 | max_upload_filesize = 100M; |
|---|
| 7 | post_max_size = 100M; |
|---|
| 8 | safe_mode = Off; |
|---|
| 9 | mysql.connect_timeout = 20; |
|---|
| 10 | session.use_cookies = On; |
|---|
| 11 | session.auto_start = Off; |
|---|
| 12 | session.use_trans_sid = Off; |
|---|
| 13 | realpath_cache_size = 64K; |
|---|
| 14 | realpath_cache_ttl = 240; |
|---|
Note: See
TracBrowser
for help on using the repository browser.