Ask a Question related to Macromedia Contribute General Discussion, Design and Development.
-
TrentSC #1
Logging users out after time
Is there any way to set Contribute to log a user out (and unlock the page
they're editing) after a certain amount of time? One of the users of my
website has an annoying habit of leaving his computer in the middle of doing
something for the whole day, and it means that no one else can update that page.
Cheers.
TrentSC Guest
-
Logging anonymous and Active Dir users without login form
Hi everyone, I need help with following scenario, please: Users are accessing same web server from intranet (users previously... -
Logging someone out of a site after a certin time period
Can someone help me. I have created a login form and used Application.cfm to hold my login and loginuser. I would like to know if anyone knows how... -
Logging Users Out
So I am using the following code to log people in. $uid = $rowlogin; session_register("uid"); where $rowlogin is a query on a database of... -
[PHP] Logging PHP Execution time to a file?
I use this function: function echo_pt($add='') { static $pt = 0; if($pt==0) { $pt = miro_time(); return; } $time_start = explode(' ', $pt);... -
Logging PHP Execution time to a file?
I use this: function getmicrotime() { list($usec, $sec) = explode(" ",microtime()); return ((float)$usec + (float)$sec*1000); } // Start...



Reply With Quote

