• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

coffee cram chapter 12

 
Ranch Hand
Posts: 361
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Q9 , Page 664 of HFSJ says option B is correct but i feel that D is also correct . Pls correct me if i am wrong.

Quetion:

which authentication mechanism is recommended to be used if cookies or SSL session tracking is in place.

a. HTTP Basic Authentication
b. Form Based Authentication
c. HTTP Digest Authentication
d. HTTPS Authentication
 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Option B is correct , b'coz FORM based authentication requires Session tracking ( cookies or SSL can be of help for session tracking)

Look out ,there is no HTTPS Authentication..Its a mechanism for transmitting data in some secure manner and not an authentication mechanism

Muthu
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic