lua-resty-session icon indicating copy to clipboard operation
lua-resty-session copied to clipboard

Session library for OpenResty – flexible and secure

Results 35 lua-resty-session issues
Sort by recently updated
recently updated
newest added

1. If two redis clients share the same connection but use different database, both clients might receive error upon set/get data. 2. If a client without authentication shares a connection...

Session created with `local s = require "resty.session".start()` cannot be directly destroyed with `s:destroy()`. It fails with ``` /usr/local/openresty/luajit/share/lua/5.1/resty/session.lua:2077: unable to destroy nonexistent or closed session ``` Such session is...

My lua-resty-openidc encountered an error while running. I haven't solved it yet: 2024/01/23 10:40:58 [error] 17320#0: *2 lua entry thread aborted: runtime error: /usr/local/openresty/site/lualib/resty/openssl.lua:288: /www/server/nginx/luajit/lib/libluajit-5.1.so.2: undefined symbol: FIPS_mode stack traceback:...

Hi @bungle. Now etcd is very popular used in the cloud native project. I want to contribute a PR to support using etcd as storage. Looking forward to your response,...

Hello, I tried to add a compressor in an nginx ingress controller via set $session_compressor zlib;, but I get this error : lua entry thread aborted: runtime error: /usr/local/share/lua/5.1/resty/session.lua:569: attempt...

We using an [OSS plugin](https://github.com/Darguelles/kong-oidc-keycloak) for Kong OSS v3.1 and using the cookie session scheme provided by the version of lua-resty-session that comes with that version of Kong. My question...

Hi, I have a problem with a session state **Installed rocks** ``` Rocks installed for Lua 5.1 --------------------------- lua-resty-http 0.17.1-0 (installed) - /usr/local/openresty/luajit/lib/luarocks/rocks-5.1 lua-resty-jwt 0.2.3-0 (installed) - /usr/local/openresty/luajit/lib/luarocks/rocks-5.1 lua-resty-openidc 1.7.6-3...

We're using an OSS plugin for Kong that is using the [openidc.lua module](https://github.com/zmartzone/lua-resty-openidc/blob/master/lib/resty/openidc.lua) to provide relying party functionality. We have configured it to use Azure Redis as the session store...

Sometimes the session is not determined from cookie of the current request, and it's necessary to delete a session by specifing the session id, e.g. in SAML protocol, when receiving...

Can someone throw some light and try to solve the problem.