Hi 96black,
It looks like you are looking for the cache array() in the Session Class.
Cheers,
Hey Dan. Thanks for getting back to me.
I’m unsure whether or not that is going to be the solution. I was put off by referring to the data as “flash data”. IE if you are wanting to store more information about a signed in user, or for example in a case more relevant to my work, a persistent, serialised object containing e.g. patient information related to a member (but not stored in the system, from an external source) etc.
That isn’t my understanding of the definition of flash data. To me that is data which is used once on the next page then removed from the session (based on my CodeIgniter experience).
I will have a play in the next couple of days and see if that works that way. Thanks Dan.