MatthijsKok / TI2806-Contextproject

GNU Lesser General Public License v3.0
0 stars 0 forks source link

Improve session management for all the app #141

Closed joskuijpers closed 7 years ago

joskuijpers commented 7 years ago

Currently, a session is created every time something has to be done with the bank. This is bad.

Instead, the session should start when the app starts or when configuration changes, error handling should be done at one spot.

joskuijpers commented 7 years ago

This is done. Sessions are stored and are retrieved very quickly, dismissing the need to store session objects elsewhere.