10 lines
340 B
INI
10 lines
340 B
INI
|
|
[PLUGINFO]
|
||
|
|
INIT_FUNC="http_plugin_init"
|
||
|
|
EXIT_FUNC="http_plugin_exit"
|
||
|
|
LIBRARY_PATH="./plugins/http_plugin/http_plugin.so"
|
||
|
|
|
||
|
|
# Support SESSION_STATE: "SESSION_STATE_OPENING", "SESSION_STATE_ACTIVE", "SESSION_STATE_CLOSING", "SESSION_STATE_ALL"
|
||
|
|
|
||
|
|
[SESSION_NAME.HTTP]
|
||
|
|
SESSION_STATE=["SESSION_STATE_ALL"]
|
||
|
|
SESSION_ENTRY_CALLBACK="http_plugin_entry"
|