File manager - Edit - /opt/saltstack/salt/lib/python3.10/site-packages/cherrypy/tutorial/__pycache__/tut07_sessions.cpython-310.pyc
Back
o ;j� � @ sX d Z ddlZddlZG dd� d�Zej�ej�e�d�Z e dkr*eje� e d� dS 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"