In Django there is a method called getContext, which retrieves session data, template vars, and everything in the correct "context".
I am now programming in Joomla, and making some components and for debugging I am looking for a way to see all the session vars. Just to look at them and see what is available during specific requests. So, I have searched the api and I know how to get stuff out of the session by keyword, but nothing to see all session store vars.
Any Ideas?