A anand_aks New member Aug 16, 2023 #1 Is there any way to clear the laravel session if the user closes the exe using its close buttons, instead of laravel applications logout function
Is there any way to clear the laravel session if the user closes the exe using its close buttons, instead of laravel applications logout function
gdgsupport Support Staff member Aug 22, 2023 #2 Try to use JavaScript code to trigger a PHP script which clears the Laravel session when the window (in this case, the ExeOutput application) is closed. Last edited: Aug 22, 2023
Try to use JavaScript code to trigger a PHP script which clears the Laravel session when the window (in this case, the ExeOutput application) is closed.