Is there a way of assigning a variable to a cookie and then have the variable in the Cookie recognized in embedded pages?
For example, I have a page that displays 3 weblogs (3 columns). The portal page embeds the single pages for each weblog (3 embeds). The embed pages define the weblog and include the if statement for the field (custom field) which exists in the three weblogs.
I’d like to be able to use the contents of a drop down variable so I don’t have to make a unique set of weblogs/templates for each user type.
I’m thinking it could be something similar to the skins module that enables you to set the variable for the page on the fly.
I tried putting it in my portal page and having it feel the three embedded pages. Wouldn’t I have the same problem with the variable not passing to the embedded pages, even if I was to get the cookie thing to work?
