Jump to content

Server sessions


Recommended Posts

Server sessions won't work if you have a server cluster which may be more important as our computing resources move into the cloud. Cookies while allowing some hacker to change the cookie information does allow server cluster configurations as well as allowing your customer cart to be kept across visits.

Link to comment
Share on other sites

I'm not agree with that. I'm running high traffic websites that run a server cluster on the back and make use of server sessions successfully. There are many ways to get server sessions running on a server cluster by using some kind of high performance backend to store all the session data, for example Memcached or Redis. To relay on cookies to store session data it's not a good approach mainly for performance and security.

 

So for that, I'm looking to change all the user data storage to relay on server sessions that transparently store all the session data to Redis. But I need to know if there will be some side effect.

 

Greetings,

Christian.

Link to comment
Share on other sites

×
×
  • Create New...