I'm sure. I assume you have two separate elasticsearch instances running on different ports? I have not run two v4 apps next to each other like that, but with v3 all I had to do is get different ES instances going (with different cluster names) and then set the session cookie name.
If that's not enough, could you describe what the problems you are seeing are? Adam On Nov 3, 2017 12:20 AM, "Darcy Christ" <[email protected]> wrote: > I’ve added this to settings.py and restarted Apache and it is not working > yet. Any idea what I might be missing? > > > > Darcy W. Christ > Digital Generalist > @1000camels > > > > On Nov 3, 2017, at 11:19 AM, Adam Cox <[email protected]> wrote: > > 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/fo >> rum/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 a topic in the > Google Groups "Arches Project" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/archesproject/fctRcAOIljc/unsubscribe. > To unsubscribe from this group and all its topics, 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.
