0
votes
0answers
46 views

How to: One session per user

I've been looking all over the internet and can not find anything to guide me. My problem and question is simple, I have a wordpress where I want a single user can not be identified from multiple ...
3
votes
1answer
117 views

Clearing cookie on logout and session expiration

I would like to clear the session cookie when a user logs out or when their session expires. I understand that wp_clear_auth_cookie(); clears the cookie but I am struggling to understand how to ...
0
votes
1answer
232 views

Add session or cookie to remember last menu location

I have a site that is pretending to be three sites. This is done by a series of conditional statements and page templates to make it look like the user is on a different site depending on their menu ...