Jump to content

I need a PHP user management script that tracks sessions


ambertch

Recommended Posts

I need a php user management script to replace a hand coded basic one I am using.

 

I need it to track parameters useful for doing analytics such as time of login, total login/surfing time, etc.

 

Now I think these features are (fairly) straightforward to implement, the login times being just another table of User_id/time() or $_SERVER['REQUEST_TIME'] and total login/surfing time on the site (assuming the user does not explicitly logout) can be approximated with accumulating time() as a session variable at each session_start(). I however would prefer to get one that's been coded with far more expertise and security features than my meager skills

 

Would be great if there was a GUI/admin feature that did some analytics, but at the most basic level login times and surfing times in a DB table will suffice

 

 

So anybody know a user management script (paid or free) that has these features built in?

 

 

Thanks a bunch in advance!

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.