On 24/09/12 04:02, wangfeng wangfeng wrote:
Hi,
I want to implement SSO function between Mediawiki and another application.
Now I can login and logout synchronously.
But I have a problem that I find a status called "anonlogin". When it
comes, I will lose my login status.
I don't know how it appears, and howto handle this status.
Can someone help me?
Thanks very much.
_______________________________________________
Wikitech-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikitech-l
I don't know much about what you're trying to do or the autologin status, but maybe this is helpful?

includes/SkinTemplate.php:            # anonlogin & login are the same
includes/SkinTemplate.php: $login_id = $this->showIPinHeader() ? 'anonlogin' : 'login';

Krenair

_______________________________________________
Wikitech-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to