yii and temp information like sessions

I’m developing a facebook app using Yii, i need to store an temp information to pass from page to page, without using post or get global variables. Is there a smart way of do it with Yii ?

Sessions…?

i’m trying to use it. Have I to do session_start() with Yii or not? Anyway it seems that facebook doesn’t like session usage :P