I have my Wordpress install and MediaWiki sharing the same login information. Unfortunately users need to log into both separately, but at least they use the same credentials.
What I would like to do is cause a successful log in on the Wordpress blog to also cause a log in for MediaWiki (ideally both directions). There are two ways this could happen:
- Logging in causes a log in on the other application (writes the cookie and creates the session in the DB)
- Accessing an application checks for the cookie of the other and then automatically logs in.
Since the user names are shared it seems like the latter should be pretty easy to do. Any tips would be great.