Pass values from other controller

Hi

I’m inside of SiteController in method searching(), i wanna send one array from SiteController to controller PostController actionShow().

How can i do it?

Edit:

Using session is a good way?

Thanks

What kind of variables do you want to share between the controllers?