since I'd like the session cookie to reflect the url and not the app name, I'd like to rename the cookies..
The current session cookie name is called _APPNAME_session
is there a way to rename it to _somethingelse_session
?
I see the name of it when I do
curl -i <appurl>
I see
set_cookie = _APPNAME_session=....