| 794 | | The path set on the session cookie. Should match the URL path of your Django |
|---|
| 795 | | installation (or be parent of that path). This is useful if you have multiple |
|---|
| 796 | | Django instances running under the same hostname; they can use different |
|---|
| 797 | | cookie paths and each instance will only see its own session cookie. |
|---|
| | 794 | The path set on the session cookie. This should either match the URL path of your |
|---|
| | 795 | Django installation or be parent of that path. |
|---|
| | 796 | |
|---|
| | 797 | This is useful if you have multiple Django instances running under the same |
|---|
| | 798 | hostname. They can use different cookie paths, and each instance will only see |
|---|
| | 799 | its own session cookie. |
|---|