CGridView Session Timeout issues

Hey guys,

I’ve been struggling trying to figure out what is going on with CGridView in the most recent version of Yii.

If a users session times out, and they execute any ajax links that is associated with grid view, all you get back is a blank div where the grid used to be. I’ve got Dana’s solution working well for all other Ajax activites (http://danaluther.blogspot.com/2010/04/loginrequired-and-ajax-updates.html) - but for CGridView it doesn’t seem to work.

Has anyone come up with an elegant solution to redirecting the user to the login screen if their session has timed out when executing an Ajax activity relating to CGridView?

In addition to this, can anyone explain why in you cannot see any of the Ajax activity in the Firebug console for CGridView?

Cheers!

Sn0rcha

no one else has experienced this?

I also experienced the same issue. If you found any solution please share it with me.