Luca Calderano wrote:
> 
> Is it possible to disconnect an user if he is inactive for a 
> certain period
> of time?
> 

You wrote the answer in the subject-line yourself.
Session timeout (in seconds) specifies the number of seconds the
database server is allowed to wait for the next request from the user.
If no further request will arrive in the meantime, the database task
will do an implicit rollback and release itself, thus causing the user
to be disconnected.

Elke
SAP Labs Berlin


> thanks
> Luca
> 
> -- 
> MaxDB Discussion Mailing List
> For list archives: http://lists.mysql.com/maxdb
> To unsubscribe:    
> http://lists.mysql.com/[EMAIL PROTECTED]
> 
> 

--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to