Jump to content

Recommended Posts

Posted

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?

Posted

I think you shouldn't have any issues running WooCommerce in a subdirectory as far as PW is concerned, although I cannot speak from a personal experience. 

Posted

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/

 

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
×
×
  • Create New...