Re: [users@httpd] Session persist in apache

2022-12-20 Thread Eric Covener
On Tue, Dec 20, 2022 at 10:08 AM vicky chb wrote: > > Is there anyway we can store session data at apache level, also is it going > to store the user credentials at apache level? Yes, you can store and retrieve session data in Apache. But your backend application can't read or write to it, so

Re: [users@httpd] Session persist in apache

2022-12-20 Thread vicky chb
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, wrote: > On Tue, Dec 20, 2022 at 9:38 AM vicky chb wrote: > > > > Login is happening at the backend Application which is

Re: [users@httpd] Session persist in apache

2022-12-20 Thread Eric Covener
On Tue, Dec 20, 2022 at 9:38 AM vicky chb 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

Re: [users@httpd] Session persist in apache

2022-12-20 Thread vicky chb
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.

Re: [users@httpd] Session persist in apache

2022-12-20 Thread Eric Covener
On Tue, Dec 20, 2022 at 8:57 AM vicky chb wrote: > > Hi, > > We have Apache configured as Frontend web server for our backend java > application over ajp protocol and using mod_jk. Now, we want to maintain the > user session for some period of time, > > For ex: If a user is logged in using his

[users@httpd] Session persist in apache

2022-12-20 Thread vicky chb
Hi, We have Apache configured as Frontend web server for our backend java application over ajp protocol and using mod_jk. Now, we want to maintain the user session for some period of time, For ex: If a user is logged in using his email & password in the morning, he/she should stay logged in