Jump to content

How can I have wordpress run inside a PW website?


GradDev
 Share

Recommended Posts

Hello,

I have a Processwire website (www.example.com)

I want to have a wordpress/woocommerce section of the website at (www.example.com/marketplace/)

Is there any way this can be done?

 

Apart from this, I am planning to have a universal login system for both the systems. The logins will be verifies inside of PW and an API will be used to transfer login data to wordpress. Now, in this scenario, how the user sessions can be managed and continued? Is cookies a viable/secure option?

Link to comment
Share on other sites

Note that cookies are not secure, so you shouldn't store passwords in them. Even hashed passwords could potentially be used to access your system.

You'll find lots of advice and ideas for how to go about things via Google (other search engines are available).

My own basic suggestion would be to use sessions rather than cookies.

EDIT Just thought. This page might be useful: https://processwire.com/docs/security/sessions/

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...