I would like to access the session object without passing it to my static helper function.
This is so I can save and load things from the session object automatically with minimum extra fluff.
Is it possible/how can I access the session object from within a static method in a static class?