Hi,
I have developed a web application with a user identification system.
I use Postgres, Apache with php.
Anytime that a user access to the system I record the user data (time,date,user name, etc...) in the log_access table.
Now, when the session timeout I would like to run a trigger in order to write logout data in the log_access table.
How can I do this? With a trigger, I suppose.
Thanks.