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: Reading the cookie generated by <authentication mode="Forms"> with javascript

    This probably happens because the cookie is delivered in the response with attribute "HttpOnly" which means it cannot be read using javascript. Check the response headers (using FireFox FireBug etc.) Read more about it here: http://www.codinghorror.com/blog/archives/001167.html?r=32206 You...
    Posted to Security (Forum) by naorrosenberg on 11-25-2008, 12:00 AM
    Filed under: 2008, Anonymous Access, AUTHCOOKIE, authentication, cookie .aspxauth, cookie problem, Cookies, cookies forms authentication, cookies forms authentication persistant session, .ASPXAUTH, anonymous user, <asp.net>, authentication cookie ticket, Authenticate, cookie
  • How to delete the .ASPXAUTH-cookie

    Hi. After searching the net for hours without any clue, I thought it was about time to let some experts help me out... I need help deleting the .ASPXAUTH-cookie. It might seem easy but none of my attempts below have proved successful: protected void btn_SignOut_Clicked( object sender, CommandEventArgs...
    Posted to Security (Forum) by royend on 08-17-2008, 12:00 AM
    Filed under: authentication, delete, .ASPXAUTH, cookie
  • where does Authetication cookie get stored on client machine?

    I’m using form based authentication that will create Authentication cookie. My web.config looks like this < authentication mode = " Forms " > < forms name = " mycookie " loginUrl = " login.aspx " cookieless = " UseCookies " path = " / " >...
    Posted to State Management (Forum) by lax4u on 10-23-2007, 12:00 AM
    Filed under: cookie, authentication
  • [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
  • Login Page just refreshes with ASP.NET 2.0 Login Control

    I am try to login using the ASP.NET 2.0 Standard Login Control. When I enter the correct userId/Password and hit the Login button, the page just refreshes, no error is displayed. But if I enter wrong userid/password..it give me an error. Also I check the Membership.ValidateUser() returns true , that...
    Posted to Security (Forum) by Muder on 12-07-2006, 12:00 AM
    Filed under: username, ASP.NET, Asp.Net 2.0, AuthoCookie, Cookie, IIS 5.1, Login Control, Membership, forum, Authentication, ASP.Net 2.0 Login Control, IIS:SQL Server 2000
  • LOSING VALUE OF COOKIE

    I am setting a couple of cookies, the values of these cookie's are being reset after a user logs in!!!. Any one any ideas why the values are being reset? Any help appriciated Steve
    Posted to State Management (Forum) by MrShrek on 07-04-2007, 12:00 AM
    Filed under: cookie, cookie persistent, authentication, Cookies
Page 1 of 1 (8 items)