Lightweight sessions?

  • Thread starter Casimir Pohjanraito
  • Start date
C

Casimir Pohjanraito

I am building a chat for some friends. Philosophy: just for fun.

I am not on rails, nor do I plan on welding any on the simple shared
hosting service that offers ruby 1.8 and eruby.

Anybody seen simple, lightweight session management lib for situation
like this?

Cookies, simple authication, thats about it. Something that can tell
serverside forms if user is logged in or not, basically.

I have read about cgi.session, but was wondering if someone has "worked
it further down the line..."

*Any* suggestions on how to approach/do it welcome.

Casimir
csmr.dreamhosters.com
 
K

Kyle Schmitt

If you're not too worried about security, you can always generate a
session similar to the way it's done for a web server (which honestly
is done from the ultra lame to the insanely overly complex). I didn't
notice a session id method in the standard Net/HTTP library, but that
doesn't mean there isn't one.

If you don't want to come up with your own, this article examines how
RoR generates session IDs*. It ends up being very simple, easy to
understand code
http://epsilondelta.net/2006/05/17/examining-rubys-http-session-id-generation/

Good luck.
--Kyle

* Or at least how RoR generated session IDs in 2006.
 
R

Robert Klemme

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,210
Messages
2,571,091
Members
47,691
Latest member
Jenny-jane

Latest Threads

Top