Title: doublecompile's Replies | WordPress.org

---

# doublecompile

  [  ](https://wordpress.org/support/users/doublecompile/)

 *   [Profile](https://wordpress.org/support/users/doublecompile/)
 *   [Topics Started](https://wordpress.org/support/users/doublecompile/topics/)
 *   [Replies Created](https://wordpress.org/support/users/doublecompile/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/doublecompile/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/doublecompile/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/doublecompile/engagements/)
 *   [Favorites](https://wordpress.org/support/users/doublecompile/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Native PHP Sessions] Pantheon, WP Native Sessions and Bookly](https://wordpress.org/support/topic/pantheon-wp-native-sessions-and-bookly/)
 *  [doublecompile](https://wordpress.org/support/users/doublecompile/)
 * (@doublecompile)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/pantheon-wp-native-sessions-and-bookly/#post-10667306)
 * Hi, all.
 * I’ve done some investigation on the incompatibilities. The biggest problem is
   that Bookly decides to wait until objects are destructed to persist anything 
   to the session (See `Bookly\Lib\UserBookingData` and the `destruct` method). 
   By that logic, and from what I have seen, the custom session handler is going
   to be already destroyed by the time the plugin tries to write data to the session.
 * As a test, I added `$userData->destruct()` to the `Bookly\Frontend\Modules\Booking\
   Ajax` class in the `sessionSave` method beneath the call to `$userData->fillData(
   $parameters );` and the session values appear to save correctly in some instances.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form Submissions] Incompatibility with Search Everything](https://wordpress.org/support/topic/incompatibility-with-search-everything/)
 *  Thread Starter [doublecompile](https://wordpress.org/support/users/doublecompile/)
 * (@doublecompile)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/incompatibility-with-search-everything/#post-10615396)
 * I have created a [small patch](https://gist.github.com/doublecompile/3d01da42aa82b13239b3de738be679bf)
   that resolves the problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search Everything] Incompatibility with Contact Form Submissions](https://wordpress.org/support/topic/incompatibility-with-contact-form-submissions/)
 *  Thread Starter [doublecompile](https://wordpress.org/support/users/doublecompile/)
 * (@doublecompile)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/incompatibility-with-contact-form-submissions/#post-10615394)
 * I have created a [small patch](https://gist.github.com/doublecompile/3d01da42aa82b13239b3de738be679bf)
   that resolves the problem.

Viewing 3 replies - 1 through 3 (of 3 total)