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 it
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 configured
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
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.
On
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
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 till
Hi *
I'm serving some kind of a home page to customers, that has to be
mapped to a pre-existent backend, and every "home page" URI is entered
in a database table, with the backend URL to be called.
What I think I have to do is to redirect with some kind of rewrite with
the full URL that was