๐Ÿ’พ Archived View for bbs.geminispace.org โ€บ u โ€บ gritty โ€บ 17095 captured on 2024-08-31 at 13:48:01. Gemini links have been rewritten to link to archived content

View Raw

More Information

โฌ…๏ธ Previous capture (2024-08-18)

๐Ÿšง View Differences

-=-=-=-=-=-=-

Comment by ๐Ÿ€ gritty

Re: "Got CGISESH working. Simple demo."

In: u/stack

I don't know much about SCGI but what I read is that one server is started for all incoming requests and uses sockets. I know molly brown supports it.

do you think an SCGI server could hold sessions in memory like this?

๐Ÿ€ gritty

May 19 ยท 3 months ago

Original Post

๐Ÿš€ stack

โ€” tilde.cafe/~stack/cgisesh/live/cgitest

Got CGISESH working. Simple demo. โ€” Click on the link; the cgi will keep track of how many times you visit (refresh to see the counter go up). If my cgisesh server is running, of course. This simple cgi uses cgisesh to keep session information for each user (visit count in this simple example). cgisesh is a minimal in-memory key-value server designed to provide per-user session data for Gemini CGI...

๐Ÿ’ฌ 4 comments ยท 2 likes ยท May 17 ยท 4 months ago