Ok, now I've had it.
I know this is a FAQ, I know people don't like it when FAQ's are asked again, but I'm gonna do it anyway, because I couldn't find information.
I'm about to write my very own CMS which should fit my needs and preferences. So far so good.
I used
Super Search and
Google to find a simple explanation of how to keep track of logged in users.
Various sources refer to CGI::Session. I had a look at it, and at its tutorial. But it has a bit of an information overkill for me.
I found sources explaining how I should set
sessions cookies manually, but those didn't tell me how to
read those
sessions cookies.
So what I basically need, is a simple way to either
sessions (
update: which are cookies probably) for logged in users.
If you can tell me how to do this, or point me to a simple step-by-step tutorial for CGI::Session (or another session module (but note that I'm on
Xitami, no mod_perl, no Apache or whatnot)), please do so.
But remember: the keyword is 'simple' here.
The thing I need to do seems rather simple to me (check whether some user is or isn't logged in), so the path should be simple as well, IMO.
Of course, thanks in avance :)
Update: changed 'sessions' into 'cookies' at some places.