I would like to know what would be the best way for me to manage state of a CMS I have built.
The problem I have is that there are multiple sections to a website. In each section different navigation is shown, different modules are pulled in etc.. So in order to do this I need to know which section the current user is looking at.
What would you suggest the best way of doing this is? Querystring or setting a session? I could use cookies, but isn't that bad practise if a browser doesnt support cookies?
The problem I have is that there are multiple sections to a website. In each section different navigation is shown, different modules are pulled in etc.. So in order to do this I need to know which section the current user is looking at.
What would you suggest the best way of doing this is? Querystring or setting a session? I could use cookies, but isn't that bad practise if a browser doesnt support cookies?