Files
FreshRSS/app/Models
Alexandre Alapetite 0319cc9d23 Minz allow parallel sessions (#3096)
* Minz allow parallel sessions

#fix https://github.com/FreshRSS/FreshRSS/issues/3093

* Array optimisation

* Array optimisation missing

* Reduce direct access to $_SESSION except in install process

* Fix session start headers warning

* Use cookie only the first time the session is started:
`PHP Warning:  session_start(): Cannot start session when headers
already sent in /var/www/FreshRSS/lib/Minz/Session.php on line 39`

* New concept of volatile session for API calls

Optimisation: do not use cookies or local storage at all for API calls
without a Web session
Fix warning:

```
PHP Warning:  session_destroy(): Trying to destroy uninitialized session
in Unknown on line 0
```

* Only call Minz_Session::init once in our index

It was called twice (once indirectly via FreshRSS->init())

* Whitespace

* Mutex for notifications

Implement mutex for notifications
https://github.com/FreshRSS/FreshRSS/pull/3208#discussion_r499509809

* Typo

* Install script is not ready for using Minz_Session
2020-10-06 23:19:45 +02:00
..
2020-10-06 23:19:45 +02:00
2020-06-13 21:19:19 +02:00
2019-10-23 00:52:15 +02:00
2019-03-23 22:52:47 +01:00
2014-10-05 18:51:08 +02:00
2020-04-17 10:57:35 +02:00
2015-03-05 13:29:41 +01:00
2019-10-23 00:52:15 +02:00
2020-07-23 11:31:38 +02:00
2018-09-29 20:47:17 +02:00
2020-06-05 10:09:31 +02:00
2019-11-04 17:45:15 +01:00
2020-09-02 08:55:43 +02:00