Browse by Tags

Related Posts

  • Re: what is meaning of session?

    Hi, In general if you under stand then Session is the time which a user or a person spends doing something or doing the same thing continously without fail. Some examples are Do excercise for 1 hour, so the this 1 hour is an excercise session, Study for 15 minutes would be called A session of study....
    Posted to Getting Started (Forum) by MadForDotNet on 02-24-2009, 12:00 AM
    Filed under: session, asp, ASP Objects, asp.net
  • Maintain session state in a website which has both asp and asp.net pages

    We have a huge web application developed in classic ASP, however the new development in the application is done in .NET using ASP.NET Web forms making the web site contains both asp and asp.net together. Everything is running fine except for the state management. The default session timeout for the web...
    Posted to State Management (Forum) by svakula on 01-22-2009, 12:00 AM
    Filed under: Session, asp, ASP 2.0
  • Re: Application_PreRequestHandlerExecute and Session

    I followed the link as mentioned above but it didn't help me completely. The following condition never gets satisfied and hence session is always null. The post does not explain how to force session starts. if (Context.Handler is IRequiresSessionState || Context.Handler is IReadOnlySessionState)...
    Posted to Web Forms (Forum) by gainingam on 11-27-2008, 12:00 AM
    Filed under: Net, PreRequestHandlerExecute, global.asax.cs, session, asp
  • Serious problem with Session variable, (session is mixing with other user's session)

    Hi All I am facing a serious problem with session values. I have a webbased Hospital Management software in ASP. Around 200 users are using this at the same time. In this application when a user logins, I am saving the UserName in a session Variable, and all user access is based on the username in the...
    Posted to State Management (Forum) by metbinu2003 on 06-04-2008, 12:00 AM
    Filed under: session, asp, IIS6, webserver, server
  • ASP Session Variables vs. ASP.NET Session variables

    Okay, it’s an established fact that the Session object in ASP has no relation to the Session object in ASP.NET. My question is this: If I have an ASP page, and it calls an ASPX page, which then does a Response.Redirect to another (or the same) ASP page, will the Session variables from the original ASP...
    Posted to State Management (Forum) by daveh551 on 11-11-2009, 12:00 AM
    Filed under: Session, asp.net, asp
Page 1 of 1 (5 items)