Hi guys,
I’m pretty new to Yii but have been making reasonable progress until now…
Two parts of the same issue really;
-
I have a cjuitab widget in a renderpartial and I wouuld like to set a session variable (pass the tab id which I have uniquely specified) when each tab is selected.
-
I have a listview in a separate renderpartial on the same page, and I would like an ajax link contained in this listview to access the updated session var. But I’m not sure if this is the best approach as once the listview is rendered, it will only ‘see’ the old version of the session variable anyway - Is that correct?
On the face of it this seemed like it should be simple to achieve but I’ve been searching and trying for hours with no luck, maybe I need more coffee!
Any help massively appreciated, thanks.