You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
``set_default_session_data`` saves a variable to the BinaryView.
2391
+
``set_default_session_data`` saves a variable to the BinaryView. Session data is ephemeral not saved to a database. Consider using :py:func:`store_metadata` if permanence is needed.
2392
2392
2393
2393
:param str name: name of the variable to be saved
2394
2394
:param str value: value of the variable to be saved
"""Dictionary object where plugins can store arbitrary data associated with the view"""
2876
+
"""Dictionary object where plugins can store arbitrary data associated with the view. This data is ephemeral and not saved to a database. Consider using :py:func:`store_metadata` if permanence is needed."""
0 commit comments