restezconnectes / send-pdf-for-contact-form-7

Send the PDF for Contact Form 7 plugin will allow you to recover the data yourself via your form to insert them into a PDF built and prepared by you.
https://restezconnectes.fr/tutoriel-wordpress-lextension-send-pdf-for-contact-form-7/
GNU General Public License v3.0
15 stars 17 forks source link

SESSIONS alternative? #20

Closed timostsauber closed 2 years ago

timostsauber commented 3 years ago

Great plugin! Although the usage of SESSIONS is not desirable, as it is no longer supported by WordPress or many hosting platforms, since it breaks caching. WordPress itself no longer uses SESSIONS, either do most other up to date plugins.

Do you have any plans in your roadmap to replace PHP SESSIONS with something more compatible with WordPress and modern hosting solutions? It would be very awesome if you did!

Thanks!

restezconnectes commented 2 years ago

Hi!

Yes i hope to change the usage of SESSIONS soon as possible.

I works on a another solution... some ideas?

Thanks

restezconnectes commented 2 years ago

Hi!

For the lastest verion, I removed usage SESSIONS, I use TRANSIENT instead

Does it work for you?

proteinone commented 2 years ago

Hi @Florent73 !

Thats amazing : )

I agree that TRANSIENTS are probably the best option to replace SESSIONS in WordPress, as they can be used for both guest and logged in users, and will still work normally if the webhost has disabled PHP SESSIONS.

I'll download this new version and test asap and give feedback.

Cheers,

restezconnectes commented 2 years ago

Hi!

Thanks...

Your feedback?