Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

133
Views
Is it possible to have cookies for different domain in a same session?

For example, I have two web projects(LocalProject and serverProject) and they were deployed at localhost and server.com respectively.

Now I login the LocalProject so I have the sessionid in cookies under domain locahost enter image description here

I want to have another sessionid for serverProject in cookies under domain server.com and try to login via fetch

const respLogin = await browser.fetch('server.com/web/login',{
    method: 'POST',
    headers: { 'Content-Type': 'application/json'},
    body: loginData
});

The request is succeeded and the server sent the sessionid to me enter image description here

But the problem is I cannot find this sessionId in the Application panel. Why and how can I fix this problem.

about 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!