Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/cherrypy/tutorial/__pycache__/tut07_sessions.cpython-39.pyc
Ðазад
a v�h� � @ sT d Z ddlZddlZG dd� d�Zej�ej�e�d�Z e dkrPeje� e d� dS )aJ Tutorial - Sessions Storing session data in CherryPy applications is very easy: cherrypy provides a dictionary called "session" that represents the session data for the current user. If you use RAM based sessions, you can store any kind of object into that dictionary; otherwise, you are limited to objects that can be pickled. � Nc @ s"