Browse by Tags

Related Posts

  • New IE8 Session Security feature Broken?

    There is a new IE8 feature called "new Session". You can access it from "File-New Session". It does NOT seem to work. Anyone know whats up with that ? There is currently a link from default page of www.asp.net that talks about this new feature at http://geekswithblogs.net/ranganh...
    Posted to Security (Forum) by adrian23 on 04-20-2009, 12:00 AM
    Filed under: session, authentication, cookie
  • New IE8 feature not working?

    There is a new IE8 feature called "new Session". You can access it from "File-New Session". It seem to work. Anyone know whats up with that ? My asp2.0 site uses forms authentication with SqlRoleProvider and SqlMembershipProvider with no special setting other than defaults. There...
    Posted to Free For All (Forum) by adrian23 on 04-19-2009, 12:00 AM
    Filed under: Session, authentication, cookie
  • Re: Logout notification window

    Yes, each request to the server from the browser will include the .ASPXAUTH cookie. If the ASP.NET runtime handles the request then the FormsAuthenticationModule will cause the expiration to slide. This happens very early in the request. One way around this is to open an HTML page in the popup window...
    Posted to Web Forms (Forum) by michielvoo on 03-20-2009, 12:00 AM
    Filed under: session, cookie
  • Session Management Problem in IE7 Tab

    Hi, I have an web application which uses inproc session state.One of the use wants to use multiple instance of the application in single IE7 instance different TABs.The problem is as IE7 will create only one session ID for all the TABs,so session data will be shared across alll the instance in different...
    Posted to State Management (Forum) by Arabinda on 02-27-2009, 12:00 AM
    Filed under: Session, asp.net, cookie, cookieless
  • cookies and session state

    Guys, I know this is pretty basic but this has confused me a little bit. Requesting your insights on this. We always know asp.net recognizes unique user sessions through a default cookie, which it sends with the first user request. The browser stored it and sends it with each subsequent request to the...
    Posted to State Management (Forum) by suresh.beniwal on 04-28-2008, 12:00 AM
    Filed under: Session, cookie
  • [c#, session cookies]Object reference not set to an instance of an object. How to receive session cookie (added by ‘Session[“password”] = cpassword’) in good, correct way?

    I would like create page (in c# language) where I could type login, password and after checking checkbox could save "mypassword" to the computer cookies. After clicking button, script should be check my login and my password and save "mypassword" to the session cookies (to receive on page "admin.aspx...
    Posted to State Management (Forum) by szmitek on 05-13-2007, 12:00 AM
    Filed under: OutputCache clear, page, requesting session cookies, Session, Session and Authentication, Session State, application, application object, asp.net, asp.net 2.0, authentication page-redirection session state stale page target redirection, c#, cookie, Cookies, current user, dynamic content, response.redirect, authentication
  • Session and FormAuthentication Timeout

    Hi, I have a number of websites that i have built over the past year that all use formsauthentication to login to the backend of each website. However out of the blue, within the last week, it seems that once i am logged into the backend of each website i am kicked right back out to the login screen...
    Posted to State Management (Forum) by LeeTheGreek on 04-18-2007, 12:00 AM
    Filed under: Session, Session and Authentication, session data lost problem, Session Management, Session Management and Load Balancer, Session State, session timeout, Application Pool, asp.net 2.0, cookie, SessionState, sql session state, Cookies
  • How do I force a new ASP.NET session - the cookie does not die

    My web app (ASP.NET 2.0) is launched from another web app. With this hosting app they use Javascript window.open() to create a new browser window and launch my application. When my app is launched a new session is created and the session cookie is sent to the browser so that subsequent requests would...
    Posted to State Management (Forum) by mfeingold on 02-16-2007, 12:00 AM
    Filed under: pop-up window session, Session, Session Management, cookie
  • 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, Session and Authentication, session data lost problem, session end, Session Management, Session State, session timeout, ajax, Application Pool, asp.net 2.0, cookie, expiration
  • Session and form authentication

    I have form authentication in my application which has cookie timeout set to 20 minutes. Cookie is being removed after 20 minutes of user's innactivity. I also have some data stored in session which has timeout set also to 20 minutes. If I set cookie timeout to less than session everything works fine...
    Posted to Security (Forum) by Killer_B on 01-05-2007, 12:00 AM
    Filed under: Session, Session and Authentication, session data lost problem, session end, session timeout, asp.net 2.0, cookie
Page 1 of 2 (14 items) 1 2 Next >