Astro | WP Engine Headless Platform Test Site

Server with Sessions

This page is a server-side rendered page. It is generated on the server and sent to the client. The page has `Cache-Control` headers set to allow caching.


Session Counter:

1

✅ Good:

  • Sessions work!

⛔️ Bad:

  • Sessions based on the filesystem driver: "fs" may appear to work but are not persistent or consistent if your application is scaling across multiple containers. Using external session storage like Redis is recommended.

ℹ️ More Reading: