A.L.M.Buxey at lboro.ac.uk wrote:
> fwiw, we see many session times of 00:00 sent from our cisco kit.
> its a pain because a value of 0 isnt valid with the default
> SQL code and statements (obviously).
...
if (Acct-Session-Time != 0) {
sql
}
else {
ok
}
...
Alan DeKok.