Biketory uses a small number of cookies strictly necessary for the application to function. No tracking, advertising, or third-party cookies are used.
| Name | Purpose | Duration |
|---|---|---|
sessionid |
Keeps you logged in between pages. Set by Django's authentication system. | Session (deleted when browser closes, or after 2 weeks if "remember me" is used) |
csrftoken |
Protects forms against Cross-Site Request Forgery attacks. Required by Django for any POST request (login, logout, upload…). | 1 year |
map_pos |
Remembers the last position and zoom level of the map on the home page, so the map reopens where you left it. Contains three comma-separated numbers: latitude,longitude,zoom. |
1 year |
None of the cookies above are shared with third parties. The map_pos cookie
is stored only in your browser and is never sent to any external service.