Browse by Tags

Related Posts

  • 3-8x ACCELERATOR for ASP.NET is in public beta

    Stimulus Technology is pleased to announce Web Stimulus, the fastest software Accelerator for ASP.NET business applications. Web Stimulus speeds up ASP.NET web forms response times by 3-8x on average, with virtually no coding. Web Stimulus’s key performance improvements: Reduces ASP.NET traffic by 10...
    Posted to Announcements (Forum) by Vadim.Kleyzit on 03-16-2009, 12:00 AM
    Filed under: Session, Testing, ViewState, web application, Web Forms, asp.net, ASP.NET 1.1, ASP.NET 2.0, ASP.NET AJAX, Cache, Compression, Controls, gridview, Performance, ASP.NET 3.5
  • Need Help with Session, Cache and Single Sign On Problem

    I am now maintaining a system whereby when a user logs in, the application will store the user's id into the application's cache and session, and uses javascript timer to handle timed auto-logout by calling a page. but theres a problem, the client browser blocks javascript so it won't auto...
    Posted to State Management (Forum) by koayty on 02-26-2009, 12:00 AM
    Filed under: Session, single sign on, Cache
  • Cache[] and Session[] objects?

    Greetings all, I have a an aspx page that stores data in a Cache[] object so that data can be accessed from another aspx page and also an HTTP handler. I was wondering if that data that is stored in the Cache[] object is specific per client communication or that object can be overvriten if some other...
    Posted to Web Forms (Forum) by Dan_dan on 08-22-2008, 12:00 AM
    Filed under: session asp.net, session clash mutliple browser window, session in ascx, session input string format, session start, session states, session timeout, session variable, session variable asp.net 2.0 button, session variables tracking, session_end application_end browser window close, SessionId, sessionn, SessionParameter, sessions, cache null object, sesion, session in master page, Cache, session, cache server.execute, Cache variables, cached control
  • Implement .NET Caching at Data Access Layer

    Hi, I'm looking for a way to cach data in DAL. So I just want to clarify following things, 1. whether Caching can be done only base on a web page or else can be implemented in layers such as DAL, Bll etc..?..... 2. To cach we are using System.Web.UI.Page.Cash.Insert(..,..,..,..,..); but there is...
    Posted to HttpHandlers and HttpModules (Forum) by Pubudu on 03-27-2008, 12:00 AM
    Filed under: Session, UseCookies, Cache, web.config add verb
  • Substitution control and Session

    Hi, I made a simple page which is cached with : <%@ OutputCache Duration="120" VaryByParam="none" %> Then I use a Substitution control to get data from session . but when I postback (button) or refresh the page (F5) it throws an exception saying Session is null. Here is the...
    Posted to Web Forms (Forum) by Pluginbaby on 05-23-2007, 12:00 AM
    Filed under: session, substitution, Cache
  • Using Session Object interupts AJAX Update Panel.

    This is an interesting AJAX problem. Start Activity button will start an activity that is shown in update panel. This works fine until you use the Session Object once. The update panel is then blocked from updating until the activity has completed. If anyblody has an explenation or a workaround please...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by asnyman on 03-23-2007, 12:00 AM
    Filed under: Session, Session Management, Session State, ajax, asp.net, asp.net 2.0, ASP.NET cache, atlas, Cache
  • HELP? Session Cookie error Object reference not set to an instance of an object.

    HI Folks, I am stuck in strange session cookie problem. I wrote and web application, used session timeout code in global.asa (code is below) and in web.config i made changes to test timeout settings (code is below). it worked fine on my local system. but when i uploaded on server i got error (its below...
    Posted to State Management (Forum) by jagjot on 11-08-2006, 12:00 AM
    Filed under: Session, Session and Authentication, session start, session timeout, ASP.NET cache, Cache, Cookies
  • HELP? Session Cookie error Object reference not set to an instance of an object.

    HI Folks, I am stuck in strange session cookie problem. I wrote and web application, used session timeout code in global.asa (code is below) and in web.config i made changes to test timeout settings (code is below). it worked fine on my local system. but when i uploaded on server i got error (its below...
    Posted to State Management (Forum) by jagjot on 11-08-2006, 12:00 AM
    Filed under: Session, Session and Authentication, session start, session timeout, ASP.NET cache, Cache, Cookies
  • Detect an application teardown, detect ASP.NET cache invalidation

    I'm trying to detect when the ASP.NET cache is being invalidated. I wish to know because it is one way for me to detect when an assembly on the server or a web.config on the server changes (This is true isn't it) How can I detect programmaticall (C#) when the an assembly has changed (maybe using...
    Posted to State Management (Forum) by learnerplates on 10-02-2006, 12:00 AM
    Filed under: Session, application, application object, ASP.NET cache, assembly changes, Cache
  • Re: # viewstate # # caching # # session.#

    You might use the following tests to determine when to use Cache, Session, or ViewState. To store something for use by all users and on many pages , use Cache . To store something for use by one user and on many pages , use Session , To store something for use by one user and on one page , use ViewState...
    Posted to State Management (Forum) by SomeNewKid on 09-28-2006, 12:00 AM
    Filed under: Session, ViewState, Cache
Page 1 of 2 (12 items) 1 2 Next >