Skip to content

Latest commit

 

History

History

README.md

Cookie Management Server-Side Script

This repository contains the server-side script for managing cookie data. It enables storing, retrieving, and destroying cookie data.

Login Form

DashBoard View

Getting Started

To get started with this program, follow these steps:

  1. Clone this repository to your local machine.
  2. Ensure you have the necessary dependencies installed.
  3. Run the server-side program.
  4. Access the calculator form through the provided URL.
  5. Input values in the designated field and press the appropriate button to calculate the result.

Dependencies

Make sure you have the following dependencies installed:

  • ASP.NET - Web framework for building modern web apps and services with .NET
  • C# - Modern, general-purpose programming language
  • HTML - Standard markup language for creating web pages
  • CSS - Style sheet language used for describing the presentation of a document written in HTML
  • MySQL Database Management System - Open-source relational database management system.

Cookie Management

The server-side script provides the following functionalities for cookie management:

  1. Storing Cookie Data: Allows storing user-specific data in cookies.
  2. Retrieving Cookie Data: Enables retrieving previously stored cookie data for authenticated users.
  3. Destroying Cookie Data: Allows destroying the cookie data, typically used during user logout or session expiry.

Contributing

If you'd like to contribute to this project, please follow these guidelines:

  1. Fork the repository.
  2. Create your feature branch (git checkout -b QN8/QN8).
  3. Commit your changes (git commit -am 'Add some feature').
  4. Push to the branch (git push origin QN8/QN8).
  5. Create a new Pull Request.

License

This project is licensed under the MIT License. This means the project is free for anyone to clone or use for their own projects.