I want to build a web application and also understand the technology in the process. I chose python Bottle for my framework. To implement users on the website, I need to manage sessions. Is there an "easy" or "simple" way to implement sessions in python? I don't care about doing this 100% right. I just want to understand what's going on.
The Bottle documentation suggests I use another library, but I don't like that because it adds more blackboxes (reading the source is an eventual goal...).
I've google searched "implementing sessions python". I just found this.