lokendarjangid / gemini-chat

Gemini Chat-Bot is a full-fledged conversational bot developed using Python, HTML, CSS, JavaScript, and Flask.
MIT License
5 stars 10 forks source link

Bug Fix - Clear Session on Browser Tab Close #49

Closed codeIntrovert closed 9 months ago

codeIntrovert commented 9 months ago

Pull Request: Bug Fix - Clear Session on Browser Tab Close

Summary

This pull request addresses and fixes issue #29, where the clear_session() function was not being called when users closed the tab on their browser. The bug has been resolved by adding an AJAX call from the client side to trigger the clear_session() function in app.py.

Changes Made

Testing

Fixes

Checklist