Can you show some code that you use to persist your result list? Are
you using @Persist("session")? or @ApplicationState (which would be
how you generally get application scope)

Are you doing any sort of caching at the page level? If you have url
re-writing turned on with a page level cache then you could be sending
the same session id in your links...

Josh

On Sun, May 18, 2008 at 2:23 PM, Todd Orr <[EMAIL PROTECTED]> wrote:
> I'm probably overlooking something trivial. I have a form that
> populates a result list that is session persistent. I view this page
> in Firefox and I see my results. What's strange is that if I navigate
> to the page with IE I see the same results. Does the grid store its
> data in the application scope? That seems odd.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
--
TheDailyTube.com. Sign up and get the best new videos on the internet
delivered fresh to your inbox.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to