Browse by Tags

Related Posts

  • cookieless session after or during httphandler

    Hi I work on a mobile webaplication and need to use session variables to store temporary information about the users, i do not know that whether every mobile supports the cookies so i use cookieless session variables <sessionState cookieless="True" regenerateExpiredSessionId="true"...
    Posted to State Management (Forum) by codetoad on 03-26-2009, 12:00 AM
    Filed under: Session, Session and Authentication, session data lost problem, Session expire web.config, session loss, session start, session state from outside, session timeout, session using web.config, session variables, Session_Start, sessionstate cookieless, App_Code, SessionState, Session State, session variable
  • Losing sessionState - Temporarily

    Here's the scenario. I've stored some data in some session variables. I need to send the data to another site, where they will in turn immediately respond to what I've sent them. The first time I send the data and get the response my session variables are gone. I do see a session ID (it's...
    Posted to State Management (Forum) by dranoelp on 03-03-2009, 12:00 AM
    Filed under: session asp.net, session loss, Session State, session state from outside, session variables, SessionID, SessionState, state
  • Re: Manage Session State - Array

    Session object will be available in all pages and specific to each user. Application object will be available to all pages, but will be specific to the application (meaning all users will get the same copy). Why don't you want to use the session object? Maybe you could create a base page class that...
    Posted to State Management (Forum) by Matt-dot-net on 02-12-2009, 12:00 AM
    Filed under: Object oriented programming, SessionState
  • Why my Session State became Null?

    I have a very simple WebApp with the following CodeBehind (in C#): { public partial class Page1: System.Web.UI.Page { protected void Page_Load(object sender, System.EventArgs e) { if (!IsPostBack) { Session["ID"] = "4"; } } protected void btnClose_Click(object sender, System.EventArgs...
    Posted to State Management (Forum) by sg2000 on 02-02-2009, 12:00 AM
    Filed under: Session state information lost, SessionState
  • Re: SessionState Configuration problem

    Ok, found the problem and I spell it out in case it helps someone. I ran into this before and happened to hit it again. You CANNOT make a call to the Session object within the Page_Load() event of a Page base class because the Session object has not been instantiated yet. I have all my Web pages derive...
    Posted to State Management (Forum) by Woodman on 11-18-2008, 12:00 AM
    Filed under: Session, SessionState
  • Changing a login page to a webservice - session problems

    Hello! I'm a beginner in webservices and i'm having a little trouble to solve a session problem with my project. I have a portal build with Delphi 2005, I'm trying to make a webservice to make the user login instead of the login page, but the webservice have to open a session with the client...
    Posted to XML Web Services (Forum) by BBuzzi on 11-05-2008, 12:00 AM
    Filed under: SessionState
  • Re: when should a session expire on a typical member based site

    The undocumented "standard" for this has become 20 minutes for your average site. If you've got secure info, say a bank or other site which contains highly sensitive information, this would be shorter, 10 minutes for some or even as little as 5. On yet other sites which have nothing really...
    Posted to State Management (Forum) by bipro on 10-29-2008, 12:00 AM
    Filed under: Session, session end, Session Management, Session object, session state timeout, session time out, session timeout, session.end, Session_End, sessions, HttpModule, IHttpModule, session expires, session state management, SessionState, HttpModules, IIS, Session State
  • Multiple Users cannot get report from ReportViewer local Mode

    HI We have designed a report that contains 4 parts, the business object get the data via a storedProcedure and compile a pdf report. The problem happens whenever two or more clients clicks to generate the report at the same time, it crashes or the last one to click crashes, also to generate the report...
    Posted to State Management (Forum) by tmartins on 10-27-2008, 12:00 AM
    Filed under: sessions, sessionstate cookieless, ReportViewer, SessionState
  • EventHandler in SessionState

    Hello, I'd trying to write an EventHandler variable into Session. It throws the Exception saying that the object isn't serializable. I cannot have the SessionState running InProc, I have to have it in StateServer. I have a control, which has to display a message. This message will have 2 buttons...
    Posted to State Management (Forum) by Monsieur on 10-01-2008, 12:00 AM
    Filed under: SessionState, EventHandler
  • Re: Session error on log-in

    First of all, your connection string to the SqlServer state database is wrong. You are telling it to use your application database, but that likely does not have the tables, and stored procedures that the session state module is expecting. You have to install the ASPState database (Look for aspnet_regsql...
    Posted to State Management (Forum) by Matt-dot-net on 08-28-2008, 12:00 AM
    Filed under: SessionState
Page 1 of 6 (51 items) 1 2 3 4 5 Next > ... Last »