On Tue, Dec 20, 2022 at 10:08 AM vicky chb <vkych...@gmail.com> 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 doesn't serve any
purpose.
Similar for OIDC. The user already has a cookie.  I don't think you
can extend the life of their authentication by doing anything in the
proxy.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to