Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
cookie name
jeckersley
New
Hi,
I am trying to change the name of the cookies that are getting set. I have the jsconnect and jsconnectAutoSignin plugins installed and working. I have tried to add a variable $Configuration['Garden']['Cookie']['Name'] = 'test' to the config.php file and that did not work. I have tried to manually name the cookies in class.cookieidentity.php and class.session.php - no luck. What am I missing?
- Jared
0
Comments
My Fault - I was working on the wrong deployment. To change the cookie name, I added the $Configuration['Garden']['Cookie']['Name'] = 'mycookiename'; to the correct config.php file and verified it works.