Hi Langdon, I think I am able to do what you suggested...but now the problem is that I can't have two windows having different layout. If I want to manage information specific to particular window, where it should be stored. I am not an expert of session or cookie and have only information that cookie is save on client side whereas session is saved on server side. But are both shared between windows ?
Regards, On Mar 7, 1:52 am, Langdon Stevenson <[EMAIL PROTECTED]> wrote: > Hi bingo > > If the user has to choose the layout why not just give them a link or > button to a controller that sets the chosen layout and stores the > result? They click once and the value is set, and you just check the > session on each request. > > This seems easier to me than always having to interrogate the URL to see > if there is layout info in there. I expect that it would get very messy > if you pass variables to the controller as well. > > Regards, > Langdon > > > I want users to have an option to select layout. More specifically, > > each user will have an option to select one of the layout from three > > different layout choices. > > <snip> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
