alex-oleshkevich / starsessions

Advanced sessions for Starlette and FastAPI frameworks
MIT License
98 stars 11 forks source link

Add cookie_domain when clearing sessions #65 #66

Closed flowerseses closed 1 year ago

flowerseses commented 1 year ago

Add a cookie_domain header part when clearing sessions, in case it exists (see https://github.com/alex-oleshkevich/starsessions/issues/65 )

alex-oleshkevich commented 1 year ago

Thank you! Can we have a test for this?

flowerseses commented 1 year ago

Thank you! Can we have a test for this?

Sure thing, will update after work today!