On Tue, Jun 24, 2014 at 12:51 PM, Stuart Dallas <stuart@xxxxxxxx> wrote: > On 24 June 2014 17:48, hadi <almarzuki2011@xxxxxxxxxxx> wrote: > > > > Not reliably. What is it that you are trying to achieve? > > > > Im building captive portal (internet hostspot) I would like to determine > if > > connection close between the user and server. If so run a script. > > What do you suggest to do ? > > > > I get that, but why do you want to run a script? Based on your previous > emails it looks like you're trying to manually expire a session. Sessions > usually expire due to a timeout since the last request, and I've never come > across a reason to do it any other way. So again, what is it that you are > actually trying to achieve? > > If you want to apply a more complicated set of session expiry rules you can > do so with a custom session handler, but I would question the need for such > a thing. > > -Stuart > > -- > Stuart Dallas > 3ft9 Ltd > http://3ft9.com/ > > > > > On 24 June 2014 17:08, hadi <almarzuki2011@xxxxxxxxxxx> wrote: > > > > > > > Hi, > > > > > > > > Is there's any way to run script when user close the browser in php ? > > > > > > > > Thanks . > > > > > > > > > > Not reliably. What is it that you are trying to achieve? > > > > > > -Stuart > > > > > > -- > > > Stuart Dallas > > > 3ft9 Ltd > > > http://3ft9.com/ > > > I'd start with something you can read and try and understand and then modify to suit your use. http://www.andybev.com/index.php/Using_iptables_and_PHP_to_create_a_captive_portal http://aryo.info/labs/captive-portal-using-php-and-iptables.html