<div class="gmail_quote">On Thu, Feb 26, 2009 at 8:54 AM, Zbigniew Lukasiak <span dir="ltr">&lt;<a href="mailto:zzbbyy@gmail.com">zzbbyy@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Here at work we have this rule that the page urls should not contain<br>
any parameters (think page number, sorting order etc) - but that<br>
everything should be hidden in the session.  I think I can have some<br>
fighting chance to counter that trend if I feed the bosses with some<br>
authoritative enough documents.  Do you guys know something fitting?<br>
Or maybe it is me who is mistaken - and this is a great idea indeed?<br>
<br>
--<br>
Zbigniew Lukasiak<br>
<a href="http://brudnopis.blogspot.com/" target="_blank">http://brudnopis.blogspot.com/</a><br>
<a href="http://perlalchemy.blogspot.com/" target="_blank">http://perlalchemy.blogspot.com/</a><br>
<br>
</blockquote><div><br>How do you go about sending a link to the 3rd or 4th page of a result set (or bookmarking)?  General principles seem that a GET request should show these results, and you should be able to reproduce the page without previous requests.<br>
<br>-J<br></div></div>