Tagged Questions
0
votes
0answers
29 views
Change domain of cookie
Right now my site is being served from intranet.mydomain.com. When a user is signed in (via wp_set_auth_cookie) the cookie is set with the domain of intranet.mydomain.com.
I want the cookie to be ...
3
votes
3answers
2k views
How to validate a user from ouside wordpress/php?
I'm working on an ajax application that will be embedded in a wordpress page. The ajax app exchanges data with servlets running on tomcat. Now the servlets need a way to determine if a request comes ...