Cookie not created with Response.Redirect

From: rrober07 (Richardr_at_ldsinc.com)
Date: 12/17/03

  • Next message: Craig: "ASP.NET Authenication Question"
    Date: Wed, 17 Dec 2003 15:43:55 -0600
    
    

    What is the difference between these two methods?

    The first one does NOT write a Cookie...and the second one does write the
    cookie.

    Anyone know why the first statement doesnot create a persistant cookie?

    1) Response.Redirect( FormsAuthentication.GetRedirectUrl(strName, True))

    2) FormsAuthentication.RedirectFromLoginPage( strName, True)

    Let me know if I need any more information.

    Thanks!

    Richard


  • Next message: Craig: "ASP.NET Authenication Question"

    Relevant Pages

    • Re: (spam)secure mailform
      ... > richard wrote: ... >>>I'd ideally put a cookie in a md5 thingy, to protect the data from being ...
      (comp.lang.php)
    • Re: Cookies and Virtual Directories
      ... A cookie is created by an ASP application in the root folder i.e. ... ... Good morning, Richard! ...
      (microsoft.public.vb.general.discussion)