I am utilizing a CMS, Website Baker, that creates it's own session for each page. This is to handle the processing of logging in if desired. However, I have developed a custom client portal for a site using Website Baker and the session it creates differs from the session created on the main page because the main page is created in the CMS, thus giving it the session control of Website Baker. Each page of this template includes a header which has the client login link in the top right. The problem is every time they log in, the session varies from any page not controlled in the CMS. Is there an easy way to get both of them on the same session control allowing for permissions checks on a non-managed folder?
I guess a way to rephrase this would be is there a way to create a session on one page, grab the name it generates, pass that to a new page and open that session?