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?==)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
q: What cookies are generally used in our [[MediaWikiEngine]]?
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
a: There is a technical description for the finer details at: https://en.wikipedia.org/w/index.php?title=Wikipedia:FAQ/Technical, which we simplify to our special case.


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?
==q: Does Aipedia use cookies?==
a:Cookies are '''not required''' to read or edit Aipedia, but they are required in order to log in and link edits exactly for two user accounts.


a: Here it is:
==Permanent Cookies only for two users==
q: So in the beta phase there are no permanent cookies but only for the users f=fridemar and k=falk?


=Raw text=
a: Yes. E.g when f logs in, the wiki sets a temporary session cookie which identifies f's login session; this will be expired when f's browser exits (or after an inactivity timeout), and is not saved on f's hard drive.


==Does Wikipedia use [[HTTP cookie|cookies]]?==
q:What permanent cookies are set for f and k?
: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.


: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.
a:Another cookie will be saved which lists the user name (f or k) who 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.  


: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.
q:What if f or k forgets their password?


: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!)
a:If f or k checks the "remember my password" box on the login form, another cookie will be saved with a token that authenticates f or k to our [[MediaWikiEngine]] (which is unrelated to the password of f or k). As long as this remains valid, they can bypass the login steps on subsequent visits to the wiki. The cookie expires after 365 days, or is removed if they log out.
 
==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]].

Latest revision as of 23:03, 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, which we simplify to our special case.

q: Does Aipedia use cookies?

a:Cookies are not required to read or edit Aipedia, but they are required in order to log in and link edits exactly for two user accounts.

Permanent Cookies only for two users

q: So in the beta phase there are no permanent cookies but only for the users f=fridemar and k=falk?

a: Yes. E.g when f logs in, the wiki sets a temporary session cookie which identifies f's login session; this will be expired when f's browser exits (or after an inactivity timeout), and is not saved on f's hard drive.

q:What permanent cookies are set for f and k?

a:Another cookie will be saved which lists the user name (f or k) who 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.

q:What if f or k forgets their password?

a:If f or k checks the "remember my password" box on the login form, another cookie will be saved with a token that authenticates f or k to our MediaWikiEngine (which is unrelated to the password of f or k). As long as this remains valid, they can bypass the login steps on subsequent visits to the wiki. The cookie expires after 365 days, or is removed if they log out.