krilor / wp-chatbot

Simple Wordpress Plugin to add any chatbot to your web page
GNU General Public License v3.0
20 stars 18 forks source link

PHP Sessions are probably not handled correctly #35

Closed krilor closed 7 years ago

krilor commented 7 years ago

https://tommcfarlin.com/php-sessions-and-wordpress/

krilor commented 7 years ago

After reading https://pressjitsu.com/blog/wordpress-sessions-performance/, it seems that it might not be a problem after all.

the basic rule to keep in mind is: initialize sessions only when necessary and as late as possible.

Since sessions only are handled in the ajax callbacks, it migth make sense just to leave it