Hi, Just checking, are you interested acquiring the list of attendees? Please respond my email. I'm waiting for your response. Thank you. -----Original Message----- From: Eric Covener <covener@xxxxxxxxx> Sent: Tuesday, December 20, 2022 8:42 PM To: users@xxxxxxxxxxxxxxxx Subject: Re: Session persist in apache On Tue, Dec 20, 2022 at 10:08 AM vicky chb <vkychb04@xxxxxxxxx> 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-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx