We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7651f8 commit 868a700Copy full SHA for 868a700
resources/mediawiki/mediawiki.user.js
@@ -124,12 +124,12 @@
124
};
125
126
/**
127
- * Gets a random session ID automatically generated and kept in a cookie.
+ * Gets a random ID automatically generated and stored in a session cookie.
128
*
129
* This ID is ephemeral for everyone, staying in their browser only until they close
130
* their browser.
131
132
- * @return String: User name or random session ID
+ * @return String: random session ID
133
*/
134
this.sessionId = function () {
135
var sessionId = $.cookie( 'mediaWiki.user.sessionId' );
0 commit comments