/SessionTrackingInServlet

Welcome to the "Bookstore - Your Literary Heaven" project! This simple web application allows users to add books to their shopping cart and view session information using Java Servlets and HTML.

Primary LanguageJava

SessionTrackingInServlet

Bookstore - Your Literary Heaven

Welcome to the "Bookstore - Your Literary Heaven" project!

This simple web application allows users to add books to their shopping cart and view session information using Java Servlets and HTML.

It's a basic example of session management and a simple e-commerce application.

Features

Users can add books to their shopping cart.

Session tracking to manage user-specific data.

Display session information, including attributes and additional details. Usage

Visit the homepage of the application by accessing http://localhost:8080/your-app-name.

Enter the book information in the form fields, including the book name and value.

Click the "ADD TO CART" button to add the book to your shopping cart.

To view your cart and session information, click on "SHOW MY CART."

Home Page

image

Session Created

image

Displaying the Information

image