Victor Tangendjaja wrote:
> How do you generate this unique session id?
However you want.
In 2.1.6, you can do:
update reply {
WiMAX-AAA-Session-Id - "%{md5:%{User-Name}...}"
}
i.e. calculate the MD5 hash over information specific to the user &&
session.
Alan DeKok.