Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

amiyo_ghosh's avatar

How to turn off browser session for guest users in jetstream?

Browser Session How do I turn off the browser session feature for guests?

Thanks in advance

0 likes
6 replies
Tray2's avatar

Why do you want to turn it off?

amiyo_ghosh's avatar

Because i dont want to hit my database for guest users. Currently im building a tour and catering website.

amiyo_ghosh's avatar

No no.. i mean i want to disable jetstream's browser session feauture

Tray2's avatar

Why do you even care that it hits the database or not?

martinbean's avatar

@amiyo_ghosh You can’t turn it off. You need a session to determine if the user is authenticated or not.

If you’re concerned about the load on your database for using sessions then use a different driver.

Please or to participate in this conversation.