Browse by Tags

Related Posts

  • Single Sign On Authentication Issue

    Hi, I am integrating my organization's web site with an off the shelf discussion forum solution. I am using the .net membership db and I've been able to point the forum site, which is also .net, to my membership db and achieve single sign on for both sites. Both sites are in the same domain with...
    Posted to Security (Forum) by robt1 on 04-07-2009, 12:00 AM
    Filed under: single sign on, authentication, Cookies, mismatch
  • 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
  • Expiring a Cookie does not work

    Hi, Have a site www.MyDomain.com and the secure pages use a subdomain secure.MyDomain.com. I use form authentication for the site. When i login using asp.net control login and it writes a cookie(cookie A) with the host name as secure.MyDomain.Com which is not valid for the non-secure pages like www.MyDomain...
    Posted to State Management (Forum) by choosetoget on 11-17-2008, 12:00 AM
    Filed under: web forms, web service security, .net 3.5 security, ASP .NET 2.0 Membership, asp.net 2 membership, asp.net Security, authentication, authentication browsers, authentication login site principal, authentication problem, Browser, c# in Asp.net, c# redirect, cookie .aspxauth, cookie problem, Cookies, cookies forms authentication persistant session, web.config C# ASP.net, Web.Config Encryption, web.config password membership, Web.config, wildcard mapping, .net 2.0 security, authentication cookie ticket, authentication web.config path domain www
  • Exchange Login exchweb/bin/auth/owaauth.dll

    Hello, I have been trying to get an solution to this problem for a while but havent been successful. I'm wondering if there is a good article that anyone knows of regarding this. I have a login page, which uses Active Directory for authenticating a user. Once a user is authenticated, there are various...
    Posted to Security (Forum) by greatbear on 08-11-2008, 12:00 AM
    Filed under: .NET 2.0, authentication, authentication authorization HTTP POST redirect, Cookie Expiration, Cookies, cookies forms authentication, Exchange Webdav ASP.NET 2.0, FormsAuthentication, .net security, Authentication timeout session identity, can't login
  • [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
  • Pass .NET Forms Authentication off to PHP app on different server

    I have done some research on this, and haven't found a clear answer. What is the best method to pass authentication from a .NET web app to a different server that contains a PHP application. I have some ideas regarding using the cookie (although I haven't explored this too deeply), but deep down it feels...
    Posted to Security (Forum) by amandalynn on 03-26-2007, 12:00 AM
    Filed under: Cookies, hack, authentication, authentication cookie ticket, login
  • Where is the AuthenticationCookie stored?

    Hello, My web application is using FormsAuthentication but I can't find any cookie in the folder where my browser stores cookies from other websites. Where is the AuthenticationCookie stored? Is the AuthCookie only stored in the HttpRequest and HttpReponse? Please let me know of any links that explain...
    Posted to Security (Forum) by wattte on 03-11-2007, 12:00 AM
    Filed under: Cookies, FormsAuthentication, authentication, ASP.NET 1.1, authentication cookie ticket, ASP.NET Authentication
  • Re: Web Site .NET C# for mobile - Error in session ?

    Thanks for your answer, but I'm a bit surprised. Why would Microsoft add "Mobile Page" in their templates in Visual Studio if it's working better with usual .aspx pages ? Except for the sessions variables, the application is working fine. I might send variables threw pages instead of...
    Posted to Mobile and Handheld Devices (Forum) by meliweb on 12-14-2009, 12:00 AM
    Filed under: mobile, ASP.NET Mobile Controls, Cookies, Blackberry, .NET mobile, authentication, MobileControls, .NET, #MobileDevelopment, variable, session, page, visual studio
  • Re: Webservice session problem

    If you're using forms Authentication you should just be able to use the following HttpContext.Current.User.Identity.IsAuthenticated which will use the FormsAutentication Cookie, hence no need for Session State.
    Posted to ASP.NET AJAX Networking and Web Services (Forum) by carpenocturnum on 10-20-2006, 12:00 AM
    Filed under: cookies, Authentication
  • 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 (10 items)