mae829 / wp-bingo

Fun bingo plugin for WordPress
1 stars 2 forks source link

two different bingo pages #10

Open trainingcity opened 3 years ago

trainingcity commented 3 years ago

Great little game. Thanks for putting this together. I wanted to have three unique bingo games:

https://codersports.com/bingo https://codersports.com/scratch-bingo https://codersports.com/minecraft-bingo

Works great, unless someone tries to access two of the pages. They are cached to the first page they visit and do not see the bingo content for anything else.

mae829 commented 3 years ago

Thanks for bringing up this issue. I hadn't thought of this type of implementation but definitely something I can look into implementing.

Thanks for the feature request.

trainingcity commented 3 years ago

I guess the other issue is typical server page caching (wp-cache, etc), especially for anon users. Making sure the page is not server side cached is important for anyone who implements the plugin, otherwise all anon users will end up with the same bingo card layout. Once again, thanks, really like the project.