Following Scenario:
1 - Inline Edit is pressed and you have the record open, which means neither Save or Cancel is pressed
2 - The Logout Button is used to logout the current session
3 - The login page is shown again
4 - upon login instead of the table_list.php table_edit.php is shown
Now 2 Questions arise.
1.) Why is the user redirected to table_edit.php at all and not menu.php (or whatever is defined as global landing page) => seems like the cookie is not deleted properly, since deleting the cookie manually resolves the problem
2.) In my Project I only use inline edit, hence table_edit.php shows a blank page