Hi guys, I am loading grids using a php file that uses render_table/render_sql. Before the call to render_table I’d like to check the session and if it has expired return an error message to the calling file so that it can redirect to a login page rather than load the grid, what is the best way to do this?
Based on docs.dhtmlx.com/doku.php?id=dhtm … r_response
I’m doing the following:
In the php script which renders the XML data I first check whether the session exists. If not, I pass an error back instead of the rows, like