How will you make session more secure in JSP?

Questions by bhagwan.tayade

Showing Answers 1 - 6 of 6 Answers

since sessions are created by server only but by using session with cookies (or) session with url encoding techniques we set the session id in the client system.If we want to maintain secure data about the particular client then sessions are used for example gmail or yahoomail which maintains data regarding to that particular mail id only so in this case sessions are used

  Was this answer useful?  Yes

elanchezhian

  • Jun 11th, 2012
 

By using Cookies

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions