💾 Archived View for bbs.geminispace.org › u › gritty › 17095 captured on 2024-06-16 at 17:04:16. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-05-26)

➡️ Next 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 · 4 weeks 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 weeks ago