BurningFlipside / CommonCode

Flipside Website Common Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace current static Session access with dynamic session access

pboyd04 opened this issue · comments

The current static class triggers PHPMD warnings and has some issues unit testing. Creating a non-static interface and set of classes will allow us to abstract out how the session object is working to allow for the current PHP session backend or db backends.