Welcome to the IceBB bug tracker. Here you can file bugs and request features. Please remember to search before submitting, someone may have already filed the same bug. Also, we'd appreciate it if you try to follow our guidelines.
If you have found a security-related bug, please send an e-mail to security #at# xaos-ia !dot! com with a full description of the bug.
IceBB#453 - Use $_SESSION for basic info
|
DetailsIt would be nice if IceBB could use PHP $_SESSION for some basic user caching/user info to try and remove the load from MySQL, a example would be for Bug #402 having the Lang info be in the session, also the skin maybe. |
This task depends upon
This won't work for sites that use load-balancing. Using the database for sessions is probably better in this case. IceBB 2.0's caching will be much better than the current version, so database load shouldn't be much of an issue in the future.