Re: [Arches] Cookies and Sessions

2017-11-02 Thread Darcy Christ
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 wrote: > > Hey Darcy, yeah, what you should do is add the SESSION_COOKIE_NAME to your > s

Re: [Arches] Cookies and Sessions

2017-11-02 Thread Adam Cox
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://do

[Arches] Cookies and Sessions

2017-11-02 Thread Darcy Christ
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 archesproject@googlegroups.com. To unsubscribe, sen