
內容簡介
此外掛可在 WordPress 中添加 $_SESSION 功能,並在需要時利用資料庫來驅動多伺服器安裝。
每個訪客,無論是否已登入,都會被分配一個 session。預設情況下,會將 session 資料存儲到 WordPress 資料庫中
以處理負載均衡問題,如果使用多個應用程式伺服器。此外,session 集合也會存儲在內存中,以便 WordPress 快速使用。
資料庫中存儲的 session 資料可以在休息時進行加密,以提高安全性。
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
Adds $_SESSION functionality to WordPress, leveraging the database where needed to power multi-server installations.
Every visitor, logged in or not, will be issued a session. Session data will be stored in the WordPress database by default
to deal with load balancing issues if multiple application servers are being used. In addition, the session collection will
also be stored in memory for rapid use within WordPress.
Session data stored in the database can be encrypted at rest for better security.
