<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Session in Kong Gateway on Atlas</title><link>https://www.javiercd.es/en/posts/kong/plugins-autenticacion/17-autenticacion-session/</link><description>Recent content in Session in Kong Gateway on Atlas</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Sun, 26 Jul 2026 00:00:00 +0200</lastBuildDate><atom:link href="https://www.javiercd.es/en/posts/kong/plugins-autenticacion/17-autenticacion-session/index.xml" rel="self" type="application/rss+xml"/><item><title>Session in Kong</title><link>https://www.javiercd.es/en/posts/kong/plugins-autenticacion/17-autenticacion-session/17-autenticacion-session/</link><pubDate>Sun, 26 Jul 2026 00:00:00 +0200</pubDate><guid>https://www.javiercd.es/en/posts/kong/plugins-autenticacion/17-autenticacion-session/17-autenticacion-session/</guid><description>&lt;p&gt;The Session plugin lets an authenticated client reuse its identity through a cookie. It does not authenticate clients on its own and must work alongside another mechanism that validates the first request.&lt;/p&gt;
&lt;p&gt;This lab combines Session with Key Auth. The first request presents an API key, Kong creates a session, and later requests use only the cookie. We also configure an explicit anonymous branch to prevent requests without either credential from reaching the backend.&lt;/p&gt;</description></item></channel></rss>