Browse by Tags

Related Posts

  • ATLAS with Session

    Hi, got a question about how atlas handle the serverside session? After user login, I put the user information into a session. then, in the UI, there is a client javascript event calling the backend web service, and the web service needs to access the user information from session, but it seems HttpContext...
    Posted to AJAX UI (Forum) by xin_zhang_2000@yahoo.com on 10-05-2006, 12:00 AM
    Filed under: Session, Atlas, ajax
  • Session and Cookies Not Being Saved on Response.Redirect

    Hello Everyone, I am using VS 2005 and I was previously using Atlas. I recently removed Atlas and installed: ASP.NET AJAX 1.0 Beta 2 ASP.NET 2.0 AJAX Futures November CTP ASP.NET AJAX Control Toolkit I am having problems on my old applications AND my new applications with session and cookies. This effects...
    Posted to State Management (Forum) by davidlawjd on 11-13-2006, 12:00 AM
    Filed under: Session, atlas, ajax
  • Re: Session and Cookies Not Being Saved on Response.Redirect

    Albertpascual: I am not doing a respone.end(). I'm setting the session (or the cookie -- I've tried both) by doing session.add("FirstName", txtFirstName.text) and then doing a response.redirect("newpage.aspx") and on the new page I have a label and I say label1.text = session.item("FirstName") and it...
    Posted to State Management (Forum) by davidlawjd on 11-13-2006, 12:00 AM
    Filed under: Cookies, Session, ajax
  • Re: Session and Cookies Not Being Saved on Response.Redirect

    Thank you for your reply. I am using VB and I tried it your way with the same result. Please note that before I installed the new AJAX etc (noted above), the session and cookies were working the way I had programmed them, i.e. by using "session.add("FirstName", txtFirstName.text)" to add the session...
    Posted to State Management (Forum) by davidlawjd on 11-14-2006, 12:00 AM
    Filed under: Session, atlas, ajax
  • Session Cookie Loss

    Hi everyone, I'm using ASP.NET 2.0 and ASP.NET AJAX. My site is using Session state based on cookies and Forms authentication. From time to time during requests IE don't send session cookie to the server. But do send authentication cookie. How could it be possible? This issue leads to creation of new...
    Posted to State Management (Forum) by avasylev on 01-19-2007, 12:00 AM
    Filed under: Cookies, Session, asp.net 2.0, atlas, ajax
  • Loosing my session data

    Hi friends, i have my online webapp with these features: - Developed with ASP.Net 2 (Using ajax and webforms) - Hosted in Webhost4life.com (Shared Hosting) Actually i am getting a strange error. When i login into the system and use the webapp in a continuous way, everything is fine. But when i leave...
    Posted to State Management (Forum) by eriveraa on 01-30-2007, 12:00 AM
    Filed under: session data lost problem, Session and Authentication, session timeout, Session, asp.net 2.0, Session State, ajax, cookie, Session Management, session end, Application Pool, expiration
  • Ajax and Session when WebServices called from client site

    I have been trying to find a solution for session state and AJAX web service calls. I have a simple page that reports different session id than the web service called from AJAX client site. There are lots of discussions of this topic but no real answers. Am I lost? Is it that each web service calls from...
    Posted to ASP.NET AJAX Networking and Web Services (Forum) by AlexanderQX on 02-26-2007, 12:00 AM
    Filed under: session, Authentication, ajax webservice, ajax, ajax v1.0
  • 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, Cache, ASP.NET cache, asp.net 2.0, Session State, atlas, ajax, Session Management, asp.net
  • Null reference exception in SessionStateModule

    Hi, I am using PageMethods and I am receiving a null reference exception in SessionStateModule.PollLockedSessionCallbacks(). It seems to be associated with Async Callbacks. If I view my web page and refresh a couple of times, the AppDomain.CurrentDomain.UnhandledException is fired with the exception...
    Posted to ASP.NET AJAX Networking and Web Services (Forum) by redundent on 07-12-2007, 12:00 AM
    Filed under: session, ajax
  • updates, both session and deserialisation

    hi, I'm new to the forum and Asp.net ajax but have been a c# dev for a while. My question is regarding using the session from within Ajax, and also to boot reading in a file. the following pseudocode outlines my problem, the button and label are both in update panel. which itself is working fine...
    Posted to ASP.NET AJAX UI (Forum) by initiagroup on 08-07-2007, 12:00 AM
    Filed under: Session, ajax
Page 1 of 2 (14 items) 1 2 Next >