Quote:
Originally Posted by Black Snow
Why don't you just log the user out of the forum after X amount of time?
|
right lol, wouldnt that be so much easier! i did think of that, but it comes down to i had the idea... now it just has to be made. More of a personal satisfaction kind of thing, and i think it will in the end make a pretty good product, even though in a sence all it will be doing is logging out the user, not in the typical way but locking down their account untill their password is confirmed.
and its a good learning process, never hurts to new learn new things and no matter what project i take on i always learn something =)
--------------- Added [DATE]1424883575[/DATE] at [TIME]1424883575[/TIME] ---------------
kev you think
Code:
ALTER TABLE session ADD idle smallint(5);
would be the way to go with this?
im not sure how to set a default value, it would only need to be 1 (on) 2 (off) right?