How to automate login with session sharing

When you want to automate login, the simplest way is to store your cookie, enabling Axiom.ai to share your session. Then, when you run your automation, you will automatically log in.

Other methods include: Google Sheet | VPS | 2FA | Password manager | Most secure

# Storing cookies for Desktop runs


By default, we will share your cookie with the desktop runner. Run the automation from a window logged into the web app for which you wish to share a cookie.

# Storing cookies for cloud runs


You must activate this option in your automation to share your session and store your cookie for a Cloud run. To share:

How
  1. Inside the automation, click the kebab menu in the top right corner and select "Settings."
  2. Click on "Store cookies" in run options.
  3. Toggle "Local cookies are used" to "Stored cookies are used".
  4. Finally, click "Populate from Axiom" we will fetch the cookies for you.

# Sessions expire

Sessions expire but can last up to 100 days. To renew them, you will need to resync the cookies. We have added a button to make this simple in the "Store cookies" settings section.

# Turn on error notifications

We recommend turning on error notifications when using Cookies in the cloud; you will be notified when the cookies expire.

How
  1. Inside the automation, click the kebab menu in the top right corner and select "Settings".
  2. Click on "Set up notifications" in run options.
  3. Toggle "Notify when run fails".
  4. Select an option to notify by email or webhook.