[PR #6307] [MERGED] Expose Django SESSION_COOKIE_NAME setting #13114

Closed
opened 2025-12-29 22:25:29 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/6307
Author: @mpalmer
Created: 4/29/2021
Status: Merged
Merged: 4/29/2021
Merged by: @jeremystretch

Base: developHead: patch-1


📝 Commits (1)

  • 07f39b3 Expose Django SESSION_COOKIE_NAME setting

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 netbox/netbox/settings.py (+1 -0)

📄 Description

Fixes: #6197

There are situations in which it is convenient to be able to modify the name of the cookie that the application uses for storing the session token (conflicts with other cookies on the same domain, for example).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/6307 **Author:** [@mpalmer](https://github.com/mpalmer) **Created:** 4/29/2021 **Status:** ✅ Merged **Merged:** 4/29/2021 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`07f39b3`](https://github.com/netbox-community/netbox/commit/07f39b31da1994e4bad6dc2ec967c5a192842c0c) Expose Django SESSION_COOKIE_NAME setting ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `netbox/netbox/settings.py` (+1 -0) </details> ### 📄 Description ### Fixes: #6197 There are situations in which it is convenient to be able to modify the name of the cookie that the application uses for storing the session token (conflicts with other cookies on the same domain, for example). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:25:29 +01:00
adam closed this issue 2025-12-29 22:25:29 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13114