Hi,
that would depend on how your configuration is done and what options and methods
> In which config files do i need to look / edit / add the session timeout
> in freeradius?
you are using. 'users' file is basic way, SQL tables are another, unlang is yet
another way...eg
update reply {
Session-Timeout : = 7200
}
stick this into the post-auth section of raddb/sites-available/default (if thats
your virtual server in use)
alan