Aleksander Machniak
c442f822fb
Simplify keep-alive action. Now the interval is based on session_lifetime,
...
which means it's executed only if needed for session keeping (reset interval on every action).
Temporarily remove check-recent request, it will be replaced by new global system refresh request in future.
Use keep_alive setting as auto-refresh request interval (allow no-refresh mode)
13 years ago
Aleksander Machniak
ae7027de02
Added session_path config option and unified cookies settings in javascript
14 years ago
Aleksander Machniak
31541824ab
CS fixes, mostly indentation
14 years ago
Aleksander Machniak
de56ea1909
Merge branch 'pdo'
...
Conflicts:
CHANGELOG
14 years ago
Aleksander Machniak
71ee565dfc
Support connections to memcached socket file ( #1488577 )
14 years ago
Aleksander Machniak
0afe279011
Set HttpOnly flag also for session cookie
14 years ago
Thomas Bruederli
6bb44a644a
Initialize rcube instance (with options); no caches without a valid user_id
14 years ago
Aleksander Machniak
0d94fd45f4
New database layer based on PHP PDO
14 years ago
Aleksander Machniak
041c93ce0b
Removed $Id$
14 years ago
Aleksander Machniak
5a575b7eb0
Deprecate storage_connect() method
14 years ago
Thomas Bruederli
76e499e8a1
Also accept PHP exceptions as argument to rcube::raise_error()
14 years ago
Thomas Bruederli
8193151b5a
Always log fatal errors that terminate the PHP script
14 years ago
Aleksander Machniak
59041fdbc9
Use similar language as a fallback for plugin localization ( #1488401 )
...
Don't load en_US localization more than once
14 years ago
thomascube
58154f59fc
Accept two past time slots for auth cookie validation; don't encode user-agent into session auth hash ( #1488449 )
14 years ago
thomascube
988a80ad67
Bring back some legacy functions and session vars for better backwards compatibility
14 years ago
alecpl
a2f896bdeb
- Use user object instead of session, if possible, to get user ID when creating cache object
14 years ago
alecpl
5d66a4bcf3
- Improved ttl values handling
14 years ago
alecpl
6a8b4c2951
- Fix incorrect cache ttl used in get_cache_engine() ( #1488447 ), use time() where mktime() without arguments was used
14 years ago
alecpl
963a10bf81
- Moved session init/config functionality into rcube class
14 years ago
alecpl
be98dfc2c0
- Replace some references to rcmail with rcube
14 years ago
alecpl
1aceb9cec8
- Framework refactoring (I hope it's the last one):
...
rcube,rcmail,rcube_ui -> rcube,rcmail,rcube_utils
renamed main.inc into rcube_bc.inc
14 years ago
alecpl
0c259682f6
- Merge devel-framework branch, resolved conflicts
14 years ago