I wrote a plugin for a customized search, and I wanted to store in $_SESSION a few variables when implementing data pagination. However, $_SESSION seems to be clearing itself whenever I hit the 'next' or 'previous' pages. Is there any reason for this... and should I just place the variables on the URL? Thanks, Ryan