I
I
Ilya Korol2019-09-07 18:52:20
Django
Ilya Korol, 2019-09-07 18:52:20

How to make the same cookies for different hosts?

There is a site example.ru
And the second docs.example.ru
How to make olinaco cookies on these two domains?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ilya Korol, 2019-09-07
@welcome32

In settings.py add the line
SESSION_COOKIE_DOMAIN = ".example.ru"

A
Antonio Solo, 2019-09-07
@solotony

set-cookie: name=value; domain=example.ru
will be available on all subdomains

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question