Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add user-level callbacks | Sascha Schumann | 1999-09-17 | 1 | -0/+1 |
| | |||||
* | wddx decode works as well | Sascha Schumann | 1999-09-16 | 1 | -2/+0 |
| | |||||
* | wddx serialization works now | Sascha Schumann | 1999-09-16 | 1 | -1/+8 |
| | |||||
* | update macro | Sascha Schumann | 1999-09-12 | 1 | -1/+1 |
| | |||||
* | add transparent session id propagation | Sascha Schumann | 1999-09-11 | 1 | -0/+7 |
| | | | | | | | | | this uses a custom scanner which detects relative URIs and changes them appropiately. must be explicitly enabled with --enable-trans-sid (normal case is not affected, since session_adapt_uris defaults to void statement. Compiler should eliminate dead code in output.c then.) | ||||
* | - Added session_unset() function | Andrey Hristov | 1999-09-11 | 1 | -0/+1 |
| | | | | | | - Fixed double session globals shutdown crash - Added warning when session_destroy() is called without session_start() | ||||
* | - support for external entropy sources | Sascha Schumann | 1999-09-11 | 1 | -0/+2 |
| | | | | | | - extern_referer_chk => extern_referer_check - kill a warning in mod_files.c | ||||
* | remove superflicious enumaration | Sascha Schumann | 1999-09-04 | 1 | -10/+0 |
| | |||||
* | - fix potential buffer problem in send_cookie | Sascha Schumann | 1999-08-27 | 1 | -0/+2 |
| | | | | | | | | | | - fix gc probability algorithm - don't access mod_data directly - initial version of mm support for session data storage This works pretty good, but we need to create the initial mm pool from the parent process/thread. Still looking for a clean way to do that. | ||||
* | - add session.extern_referer_chk | Sascha Schumann | 1999-08-21 | 1 | -0/+1 |
| | | | | | - use combined lcg in session id creation | ||||
* | we don't need php_sid | Sascha Schumann | 1999-07-15 | 1 | -1/+0 |
| | |||||
* | that should be included 1st | Sascha Schumann | 1999-07-15 | 1 | -1/+2 |
| | |||||
* | implement a simple API in the case someone wants to define his/her own ↵ | Sascha Schumann | 1999-07-01 | 1 | -1/+27 |
| | | | | serialization stuff | ||||
* | Added session expiration. | Andrey Hristov | 1999-06-29 | 1 | -0/+1 |
| | |||||
* | Added session_is_registered(varname) function. | Andrey Hristov | 1999-06-28 | 1 | -0/+1 |
| | |||||
* | * Fix a buglet in the session module | Zeev Suraski | 1999-06-11 | 1 | -4/+4 |
| | | | | | | | | | * Make some renames in the session module - avoid having a function called 'delete' so that we don't piss any C++ compilers. Also rename the {startup,shutdown}_globals to {startup,shutdown}_session_globals, so that they're a bit less general names, and made them static. * Remove uselss variables | ||||
* | - some cleanups | Sascha Schumann | 1999-06-07 | 1 | -3/+4 |
| | | | | | | - add gc logic - add session_destroy() | ||||
* | - s/encoded/encode/ | Sascha Schumann | 1999-06-06 | 1 | -1/+1 |
| | | | | | - new TODO entry | ||||
* | first import of session module | Sascha Schumann | 1999-06-05 | 1 | -0/+119 |