[eluser]allibubba[/eluser]
ummmm... and if JS is disabled?
essentially what i'm looking for is a more streamlined way of grabbing the current page and storing. my method so far has been to load up my user model for whichever controller i'm in and run my function which stores current page in flash data...
thinking i could do something more in a global state, where controller functions store the current page in a session variable, one that is constantly updated and available globally by just getting it from the session variable.