Can I clear session after close Browser (not tab)
I want to log out any user if he close browser
please help me I try to do in system -> configuration -> web
and set cookie Lifetime to 0 but it don't work (i try to type 30 but admin page auto log out in 30 sec (still open admin page) but not have any change to webpage both still open or close)
where to config about that or Magento can use any code like '$config['sess_expire_on_close'] = TRUE;'
in codeigniter
PS. I try to use unload code to try but in not work