Hi all, I have been developing a backend "admin area" where admins could login to do various things but need some control over this.
First, the directory where all the admin files are is htaccess protected. My thought is that I would like to be able to have only one admin logged in at one time. When another admin logs in, I would like that admin to know if anyone else is logged at the same time. Although I have some ideas for this (currently using a mysql db with a flag on/off type of direction), I was wondering if anyone knows of any good implentations for doing this well. Premade scripts are a plus. Can something clever be done with sessions to show another user on the page?
Again, I am a fairly proficient coder but just looking for ideas at this point to see if there are other ways of doing this.
Thanks gang,
Mosher