About Cookie Availability and Persistence

When an Ajax request creates a cookie, that cookie becomes immediately available to:

  • The current page including any JavaScript running on it.
  • Other tabs and windows already open with the same website.
  • Future navigation to other pages of the same website.

The same applies for cookies deleted by an Ajax request.

Programming Development Frontend JavaScript Cookies Ajax