Ticket Information - ID: #26
ID: | Category: | Severity | Reproducibility | Date Submitted | Updated By: |
---|---|---|---|---|---|
0000026 | Bug Reporting | High | always | 02/01/09 08:37AM | lozertuser |
|
|
Summary: | session_start should be moved to files that require it. |
Description: | Having session_start on pages that don't require it cause issues with the loading of each page. If we remove sessions all together and just use the user cookies this problem will be resolved and we can have more page loads in a faster succession than we currently can. |
Additional Info: | remove session_start or just move it to files that require it. |