Keep Session variables seperate for each IE tab.
- From: "pvong" <phillip*at*yahoo*dot*com>
- Date: Tue, 4 Dec 2007 14:39:33 -0500
Using .Net 2 / VB.Net
If a user opens IE and searchs for a client and ask for the details, the
onClick of GO grabs the ClientID and stores it as a session variable called
"ClientID". A lot of times, my clients will leave this one client open and
open another tab in IE and look for another client and go to that detail.
When they hit GO on the second tab, my code always says to clear the session
variable and grab the current clientid variable. This all works fine until
they switch back over to the original tab and click on another like like
"Client Address." They get the client's address from the second tab because
that is now the new ClientID. I hope that makes sense. Is there a way to
create session variables so it's only good for that particular IE tab?
Thanks!
.
- Follow-Ups:
- Re: Keep Session variables seperate for each IE tab.
- From: Mattias Sjögren
- Re: Keep Session variables seperate for each IE tab.
- Prev by Date: Re: VS 2008 Team Suite pricing ahhhhh
- Next by Date: Re: Keep Session variables seperate for each IE tab.
- Previous by thread: Re: How to stop disabled text boxes being greyed out
- Next by thread: Re: Keep Session variables seperate for each IE tab.
- Index(es):
Relevant Pages
|