karagenit/forks

Better Default SESSION Values

Closed this issue · 0 comments

What if the user hasn't set any settings (and thus all the SESSION vars are NULL)?

Obviously, we can have if statements in the results.php which reads theses vars - it can check to see if they're NULL and substitute its own defaults in. Still, it would be better not to hardcode all of the defaults, so we might want to create a session.php which handles all of that stuff.