Re: persistant datalayer across http requests?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Eliyahu Goldin (removemeegoldin_at_monarchmed.com)
Date: 07/11/04


Date: Sun, 11 Jul 2004 16:06:28 +0200

This is not the ASP.NET way. The ASP.NET way is to store in session
variables small units of data that will let you re-populate major data
components on every page build.

Eliyahu

"me" <wtumaxi@forum.dk> wrote in message
news:6fd6d897.0407110446.d2cc019@posting.google.com...
> I was just wondering how keep my datamodel in the
> middle tier in memory across multiple http request from the client
> when using asp.net/c#? It has to persist per user. What is
> the best way to do this?



Relevant Pages

  • Re: Parameters to image.php
    ... > 29 nov 2005 ta shuo le: ... >> If you have a few simple things to send by the client, ... store the game record data in $_SESSION. ...
    (comp.lang.php)
  • Re: Session("MyName") not working
    ... Yes, this is a FAQ. ... > I am trying to store an object in the Session() ... > Can anyone tell my what I need for the client side? ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Where does session store its value. Server or at client.
    ... as an existing user is held in a cookie on the client. ... passed via the querystring rather than being held in a cookie. ... I am trying to use sessions to store some values. ... where does session store the value. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Where does session store its value. Server or at client.
    ... The data is stored on the server, but the session ID that identifies you as ... an existing user is held in a cookie on the client. ... I am trying to use sessions to store some values. ...
    (microsoft.public.dotnet.framework.aspnet)