Questions tagged [url-path]

2 questions
97
votes
4 answers

Cookie path and its accessibility to subfolder pages

Let's say I have a website with domain: www.example.com If I set a cookie with path '***/***' the cookie will be accessible via all pages in the domain,…
Nordin
  • 3,087
  • 5
  • 28
  • 35
1
vote
1 answer

How to deploy sveltekit application on non root path built using adapter-node?

I have created a Sveltekit application which I want to host at non root path like http://localhost:3000/dashboard My svelte.config.js is import adapter from '@sveltejs/adapter-node'; import preprocess from "svelte-preprocess"; /** @type…
Alok
  • 7,734
  • 8
  • 55
  • 100