Sticky GET allows us to preserve some GET arguments
/demos/others/sticky.php/demos/others/sticky.php?xx=YEY/demos/others/sticky.php?c=OHO/demos/others/sticky.php?xx=YEY&c=OHO
URLs presented by a blank app
/demos/others/sticky.php
/demos/others/sticky.php?b=2
/demos/others/sticky.php?b=2
/demos/others/sticky.php?b=2&c=abc
Now add sticky for xx=YEY
/demos/others/sticky.php?xx=YEY
/demos/others/sticky.php?xx=YEY&b=2
/demos/others/sticky.php?xx=YEY&b=2
/demos/others/sticky.php?xx=YEY&b=2&c=abc
Now also add sticky for c=
/demos/others/sticky.php?xx=YEY
/demos/others/sticky.php?xx=YEY&b=2
/demos/others/sticky.php?xx=YEY&b=2
/demos/others/sticky.php?xx=YEY&b=2&c=abc
Various ways to build links
/demos/others/sticky.php?xx=YEY
other.php?xx=YEY
other.php?xx=YEY
other.php?xx=YEY&b=2
http://google.com/index.php?xx=YEY
http://google.com/index.php?xx=YEY&q=abc