Where do we use hidden variables and url rewriting? and wat is the difference between them?

Showing Answers 1 - 3 of 3 Answers

dilipiyer

  • Jan 29th, 2006
 

Both hidden variable and URL rewriting are used for session tracking. The only advantage in hidden variable is that the URL looks neat. In URL rewriting, each and every variable is added to the URL (called GET parameters).Example: profile.jsp?name=dilip+surname=iyer

  Was this answer useful?  Yes

B.srinivasarao

  • Mar 3rd, 2006
 

hi Friends

     Both are used for session tracking only. but the main difference is that

In case of session id there is chance to disable the cookies in the browser by the user. the session id is stored in JSESSIONID as cookie .so in that case we

need to write the url in tags or forms use URL rewriting .

                    if there is any questins on j2se,jdbc,servlets,jsp,jndi,java mail api,java bean , plz send that to my mail

id given below------>bora_srinivasarao@yahoo.co.in

oky bayeeee..................

  Was this answer useful?  Yes

dev

  • Mar 7th, 2006
 

Mr. Srinivas plz go through the once.

the question is about url and hidden fields,

its depends on the application to use URL or hidden fields.

we use url so that we can go back and varify the given input through url,

where as hidden feild for secracy,we can use hidden fields in our applications if we have less number of fields to send else it will create network problems

ok

have a nice day bye

  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