i have one website with cflayout and i am going to convert it to jquery ui tabs, my concern is somewhat related/unrelated, there are files called on cflayoutarea and in one such file, the session.something is called, and it throws error if does not exists instead of just navigating to home page for login.
i am thinking of two choices.
1. i should display a message in cflayout area itself that session expired, please relogin.
2. use jquery ui and if the session is expired to which it is calling, it will navigate to the login screen.
i find the 2nd option valid but i have already implemented jquery idletimeout for session, so why that is not happening, if the session expired