IceBB

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.

link to this task | email this task | Tasklist

IceBB#453 - Use $_SESSION for basic info

Attached to Project: IceBB
Opened by Scotepi (Scotepi) - Tuesday, 12 February 2008, 13:02 UTC-4:00
Category Not specified
Due date Not specified
Due in Version Not specified
Priority Normal
Reported version 1.0-rc8
Severity Not specified
Status Unconfirmed
Task Type Bug Report
Web Browser All
Web Server All
State Open
Assigned To No-one
Percent Complete
Votes 0
Private No

Details

It 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

Comment by James (MutantMonkey) - Thursday, 14 February 2008, 16:32 UTC-4:00

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.

Loading...