pandemonium_engine/modules/web/doc_classes/SessionSetupWebServerMiddleware.xml

17 lines
783 B
XML
Raw Normal View History

2022-08-21 00:40:49 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2022-08-23 13:09:12 +02:00
<class name="SessionSetupWebServerMiddleware" inherits="WebServerMiddleware" version="3.8">
2022-08-21 00:40:49 +02:00
<brief_description>
The [SessionSetupWebServerMiddleware] will look up [HTTPSession]s for a particular request using the stored session id.
2022-08-21 00:40:49 +02:00
</brief_description>
<description>
The [SessionSetupWebServerMiddleware] will look up [HTTPSession]s for a particular request from the stored session id automatically.
It will take session id ([code]session_id[/code] key) from a request's cookie (if exists), and it will set the HTTPSession belonging to that id to the Request's session variable. Note that it will not create sessions automatically.
2022-08-21 00:40:49 +02:00
</description>
<tutorials>
</tutorials>
<methods>
</methods>
<constants>
</constants>
</class>