I want to implement per request tokens, similer to .NET's ViewState parameters. The code would create a hash for each href link in the response body code and inject a parameter to the href uri with the hash. Initially encrypted-session-nginx-module looked like a good fit, but it looks like there is no way to expire a given variable on the fly, you need to wait until it expires. Besides for tracking the hashes in a database, is there another module that could let me implement this solely in lua?
thanks,
-G