I have an internal employee website I run for my company on the side. During a recent crash, I decided to move to Gentoo vs the old Redhat 7 disto the last machine was running on. I have no come across a strange problem.
Before the change, I had everything staticly set at 10.1.1.19; after the chance, sometimes, it switches from 10.1.1.19 to employee.domain.local. When this happens, it can't find a cookie registered under 10.1.1.19, and requires users to log in again. Each time it switches to a page with a required login, that is different from the last domain, it requires a log in again.
Is there any way to tell it that 10.1.1.19 and employee.domain.local are the same thing, and to look at the same cookie, instead of creating 2 cookies with differing session id's?
Before the change, I had everything staticly set at 10.1.1.19; after the chance, sometimes, it switches from 10.1.1.19 to employee.domain.local. When this happens, it can't find a cookie registered under 10.1.1.19, and requires users to log in again. Each time it switches to a page with a required login, that is different from the last domain, it requires a log in again.
Is there any way to tell it that 10.1.1.19 and employee.domain.local are the same thing, and to look at the same cookie, instead of creating 2 cookies with differing session id's?