Explain about session? Where it runs & what are different
types of session handling?



Explain about session? Where it runs & what are different types of session handling? ..

Answer / kannappanksk

HTTP is a protocol which does not maintain the state of the
client. It is state-less protocol, to make the protocol
stateful we need to provide the session handling mechanism.

This will be provided as per the need of the Application.
The basic categories are 4 ways:1. Using Cookies2. Using
Session API in Servlets3. Using Hidden form fields4. URL
Rewriting.

The best one is using Session objects with help of Session
API. Cookies are harmful because they are allowed to store
on to the client machine. This way you can send a virus
file as cookie So normally the System Admin disables them
to protect their network.

The session API allows us to create SessionID and set for
the client. per Client you can have one session object
which will run in the Server.

Is This Answer Correct ?    11 Yes 2 No

Post New Answer

More JavaScript Interview Questions

What makes a relation a function?

0 Answers  


what is lazy fetching in hibernate

0 Answers   iGate, Infosys,


How do you disable javascript?

0 Answers  


what is interface ?

5 Answers  


What is emotional closure?

0 Answers  


How do I enable cookies safari?

0 Answers  


What’s relationship between javascript and ecmascript?

0 Answers  


write a program using javascript/ vbscript that checks if two matrices have identical values in all the elements.

1 Answers  


What is use of settimeout function in javascript?

0 Answers  


all possible test cases for normal number field,name field date field,check box,

0 Answers  


How do you create array in javascript?

0 Answers  


What is use of flutter?

0 Answers  


Categories