Posted by lojze.pek on 12/03/06 10:38
I have similar solution to this problem. Let me describe it in my
application.
Searching and showing search result to user. While user is switching
through table result pages, i don't want to generate the search
condition every time. So on start of showing search result i create
unique session with search condition and use session every time user
change result page(or change sort...).
But, i can't find solution when to destroy this session. So if the user
make 100 searches it creates 100 sessions. I can't destoy current
session on next new search, beacuse search could be triggered on new
tab(and old search is still on use).
Any ideas?
Tony Marston je napisal:
> "cendrizzi" <cendrizzi@gmail.com> wrote in message
> news:1160068441.774639.156680@e3g2000cwe.googlegroups.com...
> >I have thought of something like this but I was hoping to not be this
> > restrictive if possible. In the end I'll just go for what works.
>
> My code works. I've been using it iny application for 18 months. Yes, it is
> tricky, but it's do-able.
>
> --
> Tony Marston
> http://www.tonymarston.net
> http://www.radicore.org
>
[Back to original message]
|