Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Form Authenticaton

Form Authenticaton

Scheduled Pinned Locked Moved C#
securityquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    GetOn GetGoing
    wrote on last edited by
    #1

    How exactly the cookie will work with the form authentication. Is it possible to have form authentication without cookies. One more What "?","*" means in authorization tag of webconfig Regards Praveen Chintamani.

    N H 2 Replies Last reply
    0
    • G GetOn GetGoing

      How exactly the cookie will work with the form authentication. Is it possible to have form authentication without cookies. One more What "?","*" means in authorization tag of webconfig Regards Praveen Chintamani.

      N Offline
      N Offline
      Not Active
      wrote on last edited by
      #2

      First, this should be posted here ASP.NET[^] Second, do a little research. Searching for <authorization> in MSDN blares out the answer. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/THCMCh19.asp[^]

      1 Reply Last reply
      0
      • G GetOn GetGoing

        How exactly the cookie will work with the form authentication. Is it possible to have form authentication without cookies. One more What "?","*" means in authorization tag of webconfig Regards Praveen Chintamani.

        H Offline
        H Offline
        Heath Stewart
        wrote on last edited by
        #3

        The cookie contains the encrypted FormsAuthenticationTicket that is sent with every request. The FormsAuthenticationModule decrypts this ticket (using the private key configured in the <machineKey> section of the machine.config or the application's root Web.config file) and creates a FormsIdentity from it that is used to authorize your requests against a protected resource (i.e., directory). As for the rest of your question, the link the previous post mentioned contains a lot of information. Be sure to read it over.

        Microsoft MVP, Visual C# My Articles

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups