Hey Darcy, yeah, what you should do is add the SESSION_COOKIE_NAME to your settings (or local settings) with a unique value for each app. What I have done in the past is:
SESSION_COOKIE_NAME = PACKAGE_NAME This is a standard Django setting, and you can read a little more about it here: https://docs.djangoproject.com/en/1.11/ref/settings/#session-cookie-name Adam On Thu, Nov 2, 2017 at 9:47 PM, Darcy Christ <[email protected]> wrote: > I'm trying to run two versions of Arches v4 and their sessions seem to be > conflicting. Is there a settling that would allow me to run them both, be > logged into both, within the same browser session? > > Regards, > Darcy > > -- > -- To post, send email to [email protected]. To unsubscribe, > send email to [email protected]. For more > information, visit https://groups.google.com/d/forum/archesproject?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Arches Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
