Cookies Visit Counter
Write a Servlet which displays a message and also displays how many times the message has been displayed (how many times the page has been visited). Hint: Create a file which will update the counter each and every time the page is being loaded.
(Making use of cookies)
Step 1: Create VisitPage.Java using Packages Concepts for servlet which can handle counter variable to keep a track on visits.
Step 2: Create WEB.XML file for Mapping Servlet file.
No comments:
Post a Comment