What impact do PHP sessions have on Magento functionality?

148 Views Asked by At

My Magento store generates a whole lot of PHP sessions. I run a cron job to trim them back after they get to be a few days old.

Questions is this: What is the impact on user experience of having their PHP session deleted? Is there any? I haven't discovered it...

1

There are 1 best solutions below

3
Anton S On

Not really and as Jon Stirlng commented it will only terminate the session between the client and server. If user comes back new session is created. You can configure the session length from Magento admin