profile
parameter must be set to true
when
starting a Chromium session.
session_id
property that you must save
in order to load the session state again afterwards.
profile
parameter must be set to the session_id
you would like to resume
when starting a Chromium session.
<session_id>
and update its contents when the new session is terminated. Below is a code snippet that showcases a simple profile integration:
profile
is set to true
, we encrypt and store the Chrome profile of the session in Amazon S3.
This Chrome profile is associated with the session_id
that was returned to you on session creation.
When profile
is set to a session ID, we look for a stored Chrome profile that corresponds to that session_id
, and decrypt and
load the Chrome profile if there is a match.
This results in bookmarks, history, cookies, and passwords being persisted.