I have applications that I wrote that use SAML and then a user database to define permissions for them all. And basically once ...
-
May 1, 2022
- 0 Comments
I manage a WordPress site hosted at WPEngine that was recently force-upgraded to version 3.6. The upgrade introduced “In-line login following expired sessions”, ...
-
April 30, 2022
- 0 Comments
I’m writing a WordPress plugin to deal with a third-party API. This API requires a session identifier be passed to it so that ...
-
April 28, 2022
- 0 Comments
Assuming a user has an existing WordPress session, is it possible to take the ‘wordpress_logged_in_...
Are WP transients specific to the user-session or can they be accessed from any session anywhere? Since they are written to the DB, ...
-
April 26, 2022
- 0 Comments
I’m working on a plugin derived from this tutorial. So far, the plugin adds a checkbox on a user’s profile edit page where ...
-
April 26, 2022
- 0 Comments
I want to programatically log a specific user out of our WordPress system based on their user ID much like the ‘Log Out ...
-
April 25, 2022
- 0 Comments
We’ve got a small web application that allows users to log in (via WordPress) and remain logged in for a max 15 min ...
-
April 22, 2022
- 0 Comments
I have missed a lot of time by searching answer to my question. For today I have two WP installations on the one ...
-
April 19, 2022
- 0 Comments