Closed krilor closed 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
https://tommcfarlin.com/php-sessions-and-wordpress/