I'm trying to figure out how to handle using sessions for multi-form interaction. In CF5, I would use a setup along these lines:
[list]Towards the end of a Log In form, I would use the Data to Session action with a specified key.[/list]
[list]I would redirect to a page with another form, but all of my "Logged In" forms would be similar - they used the Session to Data action to check for a certain session variable that indicated if someone was logged in (usually I did this in the Load Event and used an Event Switcher to either render the form or indicate that they need to be logged in).[/list]
I know we have in CF6 Multipage and Save to Session actions. There is also Session Cart, but I don't really understand how that is supposed to work, and I didn't see any examples for multi-form setups (there is an example of multipage forms, which is more important anyway).
I know, if nothing else, I can use a php block to load session information that way, but just wanted to check if you could shed a little light on if there is an easier way to load data from session in CF6.
[list]Towards the end of a Log In form, I would use the Data to Session action with a specified key.[/list]
[list]I would redirect to a page with another form, but all of my "Logged In" forms would be similar - they used the Session to Data action to check for a certain session variable that indicated if someone was logged in (usually I did this in the Load Event and used an Event Switcher to either render the form or indicate that they need to be logged in).[/list]
I know we have in CF6 Multipage and Save to Session actions. There is also Session Cart, but I don't really understand how that is supposed to work, and I didn't see any examples for multi-form setups (there is an example of multipage forms, which is more important anyway).
I know, if nothing else, I can use a php block to load session information that way, but just wanted to check if you could shed a little light on if there is an easier way to load data from session in CF6.