Re: [Phpdhcpadmin-support] DHCP-Admin Login and User count
Manage your ISC DHCPD service
Brought to you by:
jgerfen
|
From: Jason G. <jas...@gm...> - 2009-08-10 15:42:02
|
> Hello, > I have recently implemented an installation of your phpDHCPAdmin and have found it to be great. I did a > slight bit of modification to allow multiple subnets to be hosted over a single interface and everything runs > smoothly. What I am having problems with is the login/logout and the user count on the left side. I’ll try and > explain my issue as thoroughly as I can. > I can log into the website and make all needed changes. If I spend more than 20-30 minutes on one page > (I.E. entering hosts) it will kick me back to the login page and I will have to log in again if I want to continue > usage. Additionally the User online count does not decrease, even if the user clicks on the “Logout” button. > I have to manually remove them from the database. > Is there any fix for this? That would be very helpful and much appreciated. > Andy Without making modifications you could have created multiple subnets, the created one shared-network and assigned those subnets to it which in turn allows each subnet to send/recieve dhcp requests via the one interface. Currently it does prevent/limit the creation of new subnets based on a list of current interfaces on the machine so by disabling this check you probably got what you wanted. The sessions expire based on the timeout variable in the inc.config.php file. The session information should be removed on logout, if not I may need to address this. -- Jas |