change data structure to object-oriented
every session object should be an object of its own class. With this, the code should be more flexible for future extensions.
every session object should be an object of its own class. With this, the code should be more flexible for future extensions.