A project on which you are working calls for you to store small amount of frequently changing information about a page on the client. For this project, security is not a worry. Which is the best method to use?
							Options
 - A cookie
 - A query string
 - A url
 - A hidden form field
							CORRECT ANSWER :   A hidden form field 
                            
                            
			        
				Write your comments