Logout problem
-
I click on the logout button on the logout popup, and it just sits there "waiting for 10.10….."
it will sit there for a good 5 minutes before doing anything
Pfsense version 1.2.3
-
Hi,
Same issue…
With IE click twice & it works. With Firefox, cliks hundred times & still doesn't work... -
Hi,
Nobody have a solution ???
Don't work with Safari, Opera, Chrome or Firefox…
Please... -
after the first click on log-out pop-up, you are actually logged out already.
here, try to click it once, and close it, then try to open a new page, at this point you will be redirected to portal again.
-
after the first click on log-out pop-up, you are actually logged out already.
here, try to click it once, and close it, then try to open a new page, at this point you will be redirected to portal again.
Hi,
Thanks for your answer.Most of the time click only one time is not enough. Client is still connected…
You're right, but it's not a "clean" solution. I have to explain to each client that they have to click twice (or more)...
If they don't click twice & close the browser without to be disconnected, the counter continue to run, & they lost their credits...They think I'm not honest... I'm not happy with this solution !
-
modify index.php
if ($_POST['logout_id']) {
//disconnect_client($_POST['logout_id']); <–-------comment this line
echo << <eod<br><title>Disconnecting…</title>You have been disconnected.
EOD;
disconnect_client($_POST['logout_id']); <–---- add line</eod<br> -
Hello Itaca,
Thanks a lot for your help. It works very well with Firefox !
Not with the others browsers (Chrome, Safari or Opera, but it's not important):)