RE: I cannot read cookie because of ASP.NET Forms Authentication c



Thank you for your interest.
Before login, it works fine in my application, too. But after I login, it
doesn't run. I use FormsAuthentication. My authentication code is same with
the code which you writed before 2 days.

"Kevin Yu [MSFT]" wrote:

> Hi Senol,
>
> Thanks for your code. I tried it on my machine. However, it seems to be
> working fine. So I assume there might be some problem with the IE setting
> on the client machine. So please try to delete cookies of your IE and set
> the privacy setting to Medium. If that still doesn't work, can the cookie
> be written correctly if we using another machine to access the ASP.NET site?
>
> Kevin Yu
> =======
> "This posting is provided "AS IS" with no warranties, and confers no
> rights."
>
>
.



Relevant Pages

  • Re: Help trying to login to myspace programatically in vb.net
    ... 'Dim myspacecookies As New Net.CookieContainer ... you should get the login page from a config file. ... Dim response As System.Net.WebResponse = Nothing ... ' You need to capture the cookies at this point and use ...
    (microsoft.public.dotnet.general)
  • Re: login OWA of Exchange 2007 using .NET2003
    ... Actually the objective of my ASP.NET program is to login the FBA page ... then I will implant the cookies returned to the user's browser, ... it seems it has already logined the OWA. ... // implant the cookies returned from exchange server to user's browser ...
    (microsoft.public.exchange.development)
  • Re: HTTPS-Client bringt Fehler beim Wechsel von getIntputStream() auf getOutputStream
    ... d.h. hieße, wenn ich den Login mal durch habe, auch meinen Login? ... Genau aus dem Grund werden ja Dinge wie Cookies oder Werte ... | muss zunächst eine weitere Verbindung aufgebaut werden. ... Nur, wenn die Session an die SSL-Session gebunden ist, was ...
    (de.comp.lang.java)
  • Re: Limiting access to a website
    ... You might consider having a single login for the whole club, if the data you're hiding is not confidential. ... This will cut down on your coding time a bit, and you can still use cookies to bypass the login after the first time. ... confident to shop on Amazon. ...
    (comp.lang.php)
  • Re: WebRequest and ASP username/password form authentication
    ... POST method. ... sure about cookies. ... > login page and check its HTML source. ... This is the request data you want to send to login. ...
    (microsoft.public.dotnet.languages.csharp)

Loading