timed login?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
robertbarzyk
Forum Newbie
Posts: 19
Joined: Tue Oct 06, 2009 4:12 pm

timed login?

Post by robertbarzyk »

i was wondering if this was possible
on my site, the first login adds them to the database... no need for passwords
(i already have this set up)

what i want to do is this...
if there next login is an hour or longer since there first one, i want it to update there id

how could i go about doing this ?
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: timed login?

Post by John Cartwright »

I have no idea what you are asking. Please explain in as much detail.
Eric!
DevNet Resident
Posts: 1146
Joined: Sun Jun 14, 2009 3:13 pm

Re: timed login?

Post by Eric! »

Maybe he is talking about expiring the login session after one hour so users are required to login again. :|
Post Reply