Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [Ian] Editor Monitor -> User Monitor

Quote Reply
Re: [Ian] Editor Monitor -> User Monitor In reply to
Ian,

Just a suggestion...for the login information tracking, you could simply use the Sessions table (unless people clear that table on a regular basis), then you could create a Login_Track table that would track all the login stuff you were planning on adding to the Users table and use the COUNT function rather than incremeting a column within the user table.

Example schema:

Links_Login_Tracking

Quote:

UserID (INDEX, NOT UNIQUE, NOT NULL)
Logged (DATETIME, NOT NULL)


Then you can reference the UserID as a FK to the Users table in your script.

Just a suggestion...since with your schema, you are only tracking to three logins.

Using M<->M connections as much as possible allows for future growth of applications/systems.
========================================
Buh Bye!

Cheers,
Me
Subject Author Views Date
Thread Editor Monitor -> User Monitor afinlr 12065 Jun 28, 2002, 4:37 PM
Thread Re: [afinlr] Editor Monitor -> User Monitor
Ian 11685 Jun 28, 2002, 5:20 PM
Thread Re: [Ian] Editor Monitor -> User Monitor
pugdog 11705 Jun 29, 2002, 2:06 AM
Post Re: [pugdog] Editor Monitor -> User Monitor
Ian 11586 Jun 29, 2002, 9:00 AM
Post Re: [pugdog] Editor Monitor -> User Monitor
Ian 11639 Jun 29, 2002, 11:28 AM
Thread Re: [Ian] Editor Monitor -> User Monitor
afinlr 11693 Jun 29, 2002, 4:43 AM
Thread Re: [afinlr] Editor Monitor -> User Monitor
Ian 11687 Jun 30, 2002, 10:05 AM
Thread Re: [Ian] Editor Monitor -> User Monitor
Teambldr 11612 Jun 30, 2002, 10:41 AM
Thread Re: [Teambldr] Editor Monitor -> User Monitor
Ian 11656 Jun 30, 2002, 10:49 AM
Post Re: [Ian] Editor Monitor -> User Monitor
Teambldr 11585 Jun 30, 2002, 10:53 AM
Thread Re: [Ian] Editor Monitor -> User Monitor
Stealth 11660 Jun 30, 2002, 9:50 PM
Thread Re: [Stealth] Editor Monitor -> User Monitor
Ian 11568 Jun 30, 2002, 10:32 PM
Thread Re: [Ian] Editor Monitor -> User Monitor
yogi 11641 Jul 1, 2002, 12:12 AM
Post Re: [yogi] Editor Monitor -> User Monitor
Ian 11490 Jul 1, 2002, 12:19 AM
Thread Re: [afinlr] Editor Monitor -> User Monitor
Ian 11632 Jun 30, 2002, 12:14 PM
Thread Re: [Ian] Editor Monitor -> User Monitor
Ian 11586 Jun 30, 2002, 12:24 PM
Thread Re: [Ian] Editor Monitor -> User Monitor
afinlr 11622 Jun 30, 2002, 12:35 PM
Post Re: [afinlr] Editor Monitor -> User Monitor
Ian 11541 Jun 30, 2002, 12:45 PM
Thread Re: [afinlr] Editor Monitor -> User Monitor
Ian 11559 Jun 30, 2002, 2:53 PM
Thread Re: [Ian] Editor Monitor -> User Monitor
xpert 11535 Jun 30, 2002, 6:07 PM
Post UPDATE AND CORRECTION
Ian 11549 Jun 30, 2002, 7:51 PM