rollbar / rollbar-php-wordpress

Official WordPress plugin from Rollbar, Inc.
https://rollbar.com/
GNU General Public License v2.0
15 stars 20 forks source link

Fixed new session on every request. #111

Closed danielmorell closed 2 years ago

danielmorell commented 2 years ago

Description of the change

Removed the need for a new session to be created on every request. This is an antipattern and can cause issues. This was only used for "flash" messages. Most instances have been replaced with WP notices.

Type of change

Bug fix (non-breaking change that fixes an issue)

Related issues

Fix #85

Checklists

Development

Code review