History log of /PHP-7.2/ext/session/php_session.h (Results 176 – 192 of 192)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a597f24b 16-Sep-1999 Sascha Schumann

wddx serialization works now


# 276c815f 12-Sep-1999 Sascha Schumann

update macro


# f040ce58 11-Sep-1999 Sascha Schumann

add transparent session id propagation
this uses a custom scanner which detects relative URIs and changes
them appropiately.
must be explicitly enabled with --enable-trans-sid

add transparent session id propagation
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.)

show more ...


# 9706aa1d 11-Sep-1999 Andrey Hristov

- Added session_unset() function
- Fixed double session globals shutdown crash
- Added warning when session_destroy() is called without session_start()


# 533ef398 11-Sep-1999 Sascha Schumann

- support for external entropy sources
- extern_referer_chk => extern_referer_check
- kill a warning in mod_files.c


# c49cdc9a 04-Sep-1999 Sascha Schumann

remove superflicious enumaration


# 49824ee8 27-Aug-1999 Sascha Schumann

- fix potential buffer problem in send_cookie
- fix gc probability algorithm
- don't access mod_data directly
- initial version of mm support for session data storage

This work

- fix potential buffer problem in send_cookie
- 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.

show more ...


# 070dfe08 21-Aug-1999 Sascha Schumann

- add session.extern_referer_chk
- use combined lcg in session id creation


Revision tags: php-4.0b2, BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1
# 2a392191 15-Jul-1999 Sascha Schumann

we don't need php_sid


# 68de8a28 15-Jul-1999 Sascha Schumann

that should be included 1st


Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1
# 1f029140 01-Jul-1999 Sascha Schumann

implement a simple API in the case someone wants to define his/her own serialization stuff


# 88ed2002 29-Jun-1999 Andrey Hristov

Added session expiration.


# a6aacfd2 28-Jun-1999 Andrey Hristov

Added session_is_registered(varname) function.


# 1798a018 11-Jun-1999 Zeev Suraski

* Fix a buglet in the session module
* 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,s

* Fix a buglet in the session module
* 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

show more ...


# d8a9548c 07-Jun-1999 Sascha Schumann

- some cleanups
- add gc logic
- add session_destroy()


# 605756de 06-Jun-1999 Sascha Schumann

- s/encoded/encode/
- new TODO entry


# a1b42e3f 05-Jun-1999 Sascha Schumann

first import of session module


12345678