Re: Navigate in popup window

From: Raymond Lewallen (Raymond.CTR.Lewallen_at_nospam.faa.gov)
Date: 04/06/04


Date: Tue, 6 Apr 2004 10:25:24 -0500

Cor,

I use a unique key name to identify the item in the system cache, usually
based on our unique applicationID or a sessionID combined with "DataSet" to
create a unique name. We have problems with sessions being lost in our
application and timeout errors connecting to our Sql Server SessionState
database, so caching is a better option for us.

Ruca,

Cor is correct. If this a dataset that is common data for all users of your
application, you definately should be using the System.Web.Caching.
However, if the data is unique to each client accessing your application,
you can use sessionstate. I still use caching instead of session state due
to session problems we have. I use a unique key name to identify the
dataset for the unique client.

Check both caching and sessions and see which options will work the best for
you. Chances are you will end up using both solutions somewhere along the
way. :)

HTH,

Raymond Lewallen

"Cor" <non@non.com> wrote in message
news:uc7uYn#GEHA.2392@tk2msftngp13.phx.gbl...
> Hi Raymond,
>
> >> Can I pass a DataSet from one page (parent) to another (child, popup
> >> window)?
> >> How can I do that?
>
> >Look at the System.Web.Caching namespace. This link should help.
>
> Are you sure of this, as far as I know is the caching namespace to share
> frequently used data for all your clients. Let say by instance an article
> list you loads one time a day and all pages from all clients can use that.
>
> For sharing data between pages from one client is still the Session in my
> opinion.
>
> However maybe I am wrong in this?
>
> Cor
>
>



Relevant Pages

  • Re: [PHP] Re: a question on session ID and security
    ... hash key" to the client when it doesn't need it? ... But by doing that you're exposing how your app validates the authentication key, leaving it open to being transferred to another machine. ... tutorial on PHP session security is helpful. ...
    (php.general)
  • RE: ISA 2004 Firewall client
    ... The green arrow only shows up when the client needs to initiate a ... firewall session. ... Part 3: I want to explain How the logs and sessions work: ... Collect the ISA firewall client configuration information ...
    (microsoft.public.windows.server.sbs)
  • Re: Database design
    ... Is each session related to a client? ... Yes, each session is related to a single client, or so I anticipate. ... (fsubSession and fsubProduct) ...
    (microsoft.public.access.tablesdbdesign)
  • Re: PHP & MySQ + unique keys
    ... :>> I'm trying to write a system thats used for about 50 clients that uses ... The problem is that when a client ... :>> when you refresh the page that the unique key is incremented as you ... session is using. ...
    (comp.lang.php)
  • Re: RDP Printing by station
    ... For example, port 3389 would have print redirection enabled, whereas port 3390 would have print redirection disabled. ... I am not sure this is a possible solution anymore, because you said that there would be printing to not only redirected printers but network printers as well. ... In this case, the user could originally connect from an ip that is permitted, disconnect their session, and reconnect from an ip that is not permitted. ... Your client software would use this channel to send the local MAC address to your server software. ...
    (microsoft.public.windows.terminal_services)