Copy link to clipboard
Copied
I have a register, login and log out site, now how do I limit how long a user can be loged on, example like an hour. thx in advance
Copy link to clipboard
Copied
This is impossible to do without a scripting language an since you've failed to mentioned what scripting language, if any, you are using a solution can not be provided at this time.
Copy link to clipboard
Copied
sorry, I am using php, thx
Copy link to clipboard
Copied
First hit by googling "php time login". Remember, search is your friend!
http://www.webmasterworld.com/forum88/11003.htm
Copy link to clipboard
Copied
have login create session, use session to control access, and limit the length the session can live.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now