Results 1 to 4 of 4

Thread: Forms Authentication

  1. #1

    Thread Starter
    Fanatic Member venerable bede's Avatar
    Join Date
    Sep 2002
    Location
    The mystic land of Geordies
    Posts
    1,018

    Resolved Forms Authentication

    Can someone tell me how Forms Authentication works if a browser has its cookies disabled ?
    Last edited by venerable bede; Sep 21st, 2004 at 08:23 AM.

    Parksie

  2. #2

  3. #3
    Banned jhermiz's Avatar
    Join Date
    Jun 2002
    Location
    Antarctica
    Posts
    2,492
    A decision such as using cookies is much like a decision with javascript. You design to fit your CUSTOMER needs...

    So if you think you will be delivering a product to a bunch of vi nix geeks who dont enable cookies than you're screwed.

    Most folks keep em enabled because of the various services across many sites. You will notice most sites explicitly tell you in order to receive their services to enable cookies.

    jon

  4. #4
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    Forms allows cookieless mode... a session identifier then gets passed in the url string, and the browser still has a 'ticket' valid for the duration of the browser being open. As soon as that initial instance of the browser is closed however, the 'authentication ticket' gets dropped.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width