Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Cookie based User session handling #137

Open
RithikaSundaram opened this issue May 20, 2024 · 4 comments
Open

Add Cookie based User session handling #137

RithikaSundaram opened this issue May 20, 2024 · 4 comments
Assignees

Comments

@RithikaSundaram
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Currently, the online book sales website lacks the ability to remember user preferences and manage user sessions effectively. This limitation results in a suboptimal user experience, as users must repeatedly enter their preferences and login information each time they visit the site. Additionally, we cannot track user activity effectively to provide personalized recommendations and a seamless browsing experience. Implementing cookie functionality would address these issues by allowing the website to store and retrieve user-specific data, enhancing overall usability and user satisfaction.

Describe the solution you'd like
Implement cookie functionality to manage user sessions, save preferences, and persist shopping cart contents. This will provide a seamless and personalized browsing experience, improving overall user satisfaction

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
This feature aims to enhance user convenience by remembering their login state, preferences, and shopping cart items across sessions. It solves the problem of repeated data entry and provides a personalized experience

What problem is this feature trying to solve?
The feature addresses the inconvenience of users having to repeatedly log in and reset their preferences, enhancing the overall user experience on the site.

How do we know when the feature is complete?
Users remain logged in across sessions.
User preferences are remembered and applied.
Shopping cart items persist even after the user navigates away from the site or closes their browser.
A cookie consent banner is implemented and functional.

Copy link

Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.

@RithikaSundaram
Copy link
Contributor Author

I am very interested in working on this issue. Please assign it to me.

@Trisha-tech
Copy link
Owner

I am very interested in working on this issue. Please assign it to me.

Hello @RithikaSundaram , Go for it
All the Best

@jothiprakasam
Copy link

I am interested in working on this project. Please assign it to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants