I'm trying to reuse the security permissions from one page on another page (wouldn't have this issue if we weren't running two angular apps and were a true single page, but alas) but because of the way the cookie is scoped to the path, I'm unable to use the permissions that have already been set on one page on the other page if the root of the path is different. It would be great if you could provide a list of paths in the configuration to allow reuse, though not being a big security nut I'm not sure what security issues this presents.
I'm trying to reuse the security permissions from one page on another page (wouldn't have this issue if we weren't running two angular apps and were a true single page, but alas) but because of the way the cookie is scoped to the path, I'm unable to use the permissions that have already been set on one page on the other page if the root of the path is different. It would be great if you could provide a list of paths in the configuration to allow reuse, though not being a big security nut I'm not sure what security issues this presents.