4
I am developing my site using the Wordpress platform.
I really, really needed to enable PHP Sessions within the platform, for logged users to stay logged in within the subdomains I’m creating.
Any suggestions? I’ve tried to enable this by a plugin but it didn’t work. It gave error messages in the header.
Observing: The wordpress version I’m using is 4.3
Man, I did a thing like that a while ago. As soon as I remember how I did it I send you here
– DiChrist
Also try: http://wordpress.stackexchange.com/
– Andre Mesquita
Wouldn’t your best exit be the implementation of a SSO (Single-Sign-On)? There are several available in the repository: https://wordpress.org/plugins/tags/single-sign-on. In particular, I tested the Auth0 with c# and it was very simple.
– Andre Mesquita