History log of /PHP-8.3/ext/session/php_session.h (Results 201 – 212 of 212)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


123456789