fridemar.ai talk:Privacy policy: Difference between revisions

From fridemar.ai
Jump to navigation Jump to search
(q: As the technical description is located at a Wiki with CcBySa Licence, why not copying the raw text there to here and adapting it step by step to the needs of AiPedia? a: Here it is: =Raw text= ==Does Wikipedia use cookies?==)
(==q: Does Wikipedia use cookies?== :Cookies are '''not required''' to read or edit Wikipedia, but they are required in order to log in and link your edits to a user account.)
Line 7: Line 7:
a: Here it is:
a: Here it is:


=Raw text=
==q: Does Wikipedia use [[HTTP cookie|cookies]]?==
 
==Does Wikipedia use [[HTTP cookie|cookies]]?==
:Cookies are '''not required''' to read or edit Wikipedia, but they are required in order to [[Special:Userlogin|log in]] and link your edits to a user account.
:Cookies are '''not required''' to read or edit Wikipedia, but they are required in order to [[Special:Userlogin|log in]] and link your edits to a user account.


Line 17: Line 15:


:If you check the "remember my password" box on the login form, another cookie will be saved with a token that authenticates you to our servers (which is unrelated to your password). As long as this remains valid, you can bypass the login step on subsequent visits to the wiki. The cookie [[HTTP cookie#Expiration|expires]] after 365 days, or is removed if you [[Special:Userlogout|log out]]. If this worries you, don't use the option. (You should not use it on a public terminal!)
:If you check the "remember my password" box on the login form, another cookie will be saved with a token that authenticates you to our servers (which is unrelated to your password). As long as this remains valid, you can bypass the login step on subsequent visits to the wiki. The cookie [[HTTP cookie#Expiration|expires]] after 365 days, or is removed if you [[Special:Userlogout|log out]]. If this worries you, don't use the option. (You should not use it on a public terminal!)
==Hey! Why was I automatically logged out?==
:This could be a result of your cookie, browser cache, or firewall/Internet security settings.  Or, to quote [[User:Tim Starling|Tim Starling]] (referring to a question about "remembering password across sessions"):
:*"The kind of session isn't a network session strictly speaking, it's an HTTP session, managed by PHP's [http://www.php.net/manual/en/ref.session.php session handling functions]. This kind of session works by setting a cookie, just like the "remember password" feature. The difference is that the session cookie has the "discard" attribute set, which means that it is discarded when you close your browser. This is done to prevent others from using your account after you have left the computer.
:*The other difference is that PHP sessions store the user ID and other such information on the server side. Only a "session key" is sent to the user. The remember password feature stores all required authentication information in the cookie itself. On our servers, the session information is stored in [[memcached]], a system for non-durable (unreliable) caching. Session information may occasionally be lost or go missing temporarily, causing users to be logged out. ''The simplest workaround for this is to use the remember password feature'', as long as you are not worried about other people using the same computer."  from the [[Wikipedia:Village pump (technical)]] on May 4, 2005 (italics added).
:In other words: click the "remember me" box when logging in.
:See also [[Help:Logging in]].

Revision as of 22:20, 6 June 2018

q: What cookies are generally used in our MediaWikiEngine?

a: There is a technical description for the finer details at: https://en.wikipedia.org/w/index.php?title=Wikipedia:FAQ/Technical

q: As the technical description is located at a Wiki with CcBySa Licence, why not copying the raw text there to here and adapting it step by step to the needs of AiPedia?

a: Here it is:

q: Does Wikipedia use cookies?

Cookies are not required to read or edit Wikipedia, but they are required in order to log in and link your edits to a user account.
When you log in, the wiki will set a temporary session cookie which identifies your login session; this will be expired when your browser exits (or after an inactivity timeout), and is not saved on your hard drive.
Another cookie will be saved which lists the user name you last logged in under, to make subsequent logins just a teensy bit easier. (Actually two: one with your name, and one with your account's internal ID number; they must match up.) These cookies expire after 365 days. If this worries you, clear your cookies after completing your session.
If you check the "remember my password" box on the login form, another cookie will be saved with a token that authenticates you to our servers (which is unrelated to your password). As long as this remains valid, you can bypass the login step on subsequent visits to the wiki. The cookie expires after 365 days, or is removed if you log out. If this worries you, don't use the option. (You should not use it on a public terminal!)