How does the use of a SecureSessionModule prevent session high jacking attacks?
A. It validates all input.
B. It modifies each session ID by appending a hash to the ID.
C. It encrypts the session ID.
D. t prevents the embedding of a site within a frame.
B
Explanation: A SecureSessionModule modifies each session ID by appending a hash to the ID. The hash or is generated from the session ID, the network portion of the IP address, the UserAgent header in the request, and a secret key stored on the server. It uses this value to validate each request for a session cookie.
You might also like to view...
When a function has a reference parameter, what is passed to a function’s data area when the function is called?
What will be an ideal response?
What will be output from the following code:
Which control provides an easy way to initiate a command or run a macro?
A. Check box B. Toggle button C. Command button D. Image control
While defining a table, the tag should be inserted after the starting tag.?
Answer the following statement true (T) or false (F)