Tagged Questions
0
votes
1answer
77 views
Set authentication cookies to be shorter but then extend with every page load
I'm trying to get around the otherwise very insecure way of Wordpress handling authentication cookies. I mean, having the cookie expire in 2 weeks only if I build a membership site is obviously not ...
3
votes
2answers
259 views
why does WordPress need two cookies for auth/login
I can see two cookies: auth and login cookies in wordpress. Why do we need two?
I think one is enough.
2
votes
1answer
282 views
Authentication/API Questions
We are trying to use S2Member to manage our WP site and memberships for a Flash program that we are launching. We'd like to use S2Member to authenticate the user when they login and remain logged in.
...
3
votes
1answer
719 views
How to transition cookies from .subdomain.domain.com to .domain.com with minimal impact on users?
I need to extend the cookies of a subdomain.domain.com to all of the domain.com's subdomains (.domain.com in cookie terms).
I am trying to minimize the impact of this transition. It seems that ...