InterviewSolution
| 1. |
How To Set Session.gc_divisor Properly? |
|
Answer» As you know that session.gc_divisor is the FREQUENCY of when the session GARBAGE collection process will be executed. You should SET this value based on the income request traffic. Here are some suggestions: As you know that session.gc_divisor is the frequency of when the session garbage collection process will be executed. You should set this value based on the income request traffic. Here are some suggestions: |
|