Is there anyway we can store session data at apache level, also is it going to store the user credentials at apache level?
On Tue, 20 Dec 2022, 20:12 Eric Covener, <cove...@gmail.com> wrote: > On Tue, Dec 20, 2022 at 9:38 AM vicky chb <vkych...@gmail.com> wrote: > > > > Login is happening at the backend Application which is configured with > Keycloak. The architecture looks like below > > > > Backend App <-> Apache <---openidconnect---> keycloak > > > > So, whenever User visits the website, the request goes to Apache web > server which serves the Backend Application Login page. > > I don't think adding session management in Apache, where no session > data is stored, will change any behavior here. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > >