AyeCode / invoicing

GetPaid (Formerly the Invoicing plugin) is a lightweight Payments and Invoicing system for WordPress. It can be used to sell anything online via payment forms or buy now buttons that can be added to any landing page. It can also be used by freelancers to manage their Invoices or by 3rd party Themes and Plugins as their payment system. GeoDirectory currently uses GetPaid as its payment system
https://wpgetpaid.com/
Other
37 stars 23 forks source link

Remove all session/cookie references #737

Closed picocodes closed 1 year ago

picocodes commented 1 year ago

We use cookie-based sessions to track notices. Let's change it since pages that read cookies can't be cached, yet our session handler reads cookies on all pages.

Stiofan commented 1 year ago

I agree, we should move away from cookies and use things like browser storage as much as possible.