最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

php - Sessions with WordPress

programmeradmin2浏览0评论

I am implementing custom user registration system for website clients, so that they can edit their information. But I have read a lot that WordPress do not support session. For example,

I have made a login panel and it is working fine. But I want to know what is correct way to use session or how can I make my own custom registration system with session and cookies

I am using session_start() and then store the details in session variable, but after reading a lot on WordPress sessions, that it is stateless and destroys the session. I want your opinion. I am confused, am I doing it right way?

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论