No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Get a cookie of a parent domain

    Help
    1
    1
    74
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • E
      ernestocuzcueta last edited by

      Hi everyone

      My original site: “sitedomain.com”, it setted a jwttoken cookie.
      I created a pwa with quasar in “m.sitedomain.com” and try to login using that cookie:

      var loginToken = Cookies.get(‘jwttoken’)
      But this cookie is null.

      I ran it:
      console.log('ALL: ')
      console.log(Cookies.getAll())

      and I found other cookies but not the jwttoken cookie setted with the system in the oparent domain

      I enter in the toolbar of chrome and I can see the cookie setted

      Thanks and regards

      1 Reply Last reply Reply Quote 0
      • First post
        Last post