GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Cutelyst3Qt5Session(5) FreeBSD File Formats Manual Cutelyst3Qt5Session(5)

Cutelyst3Qt5Session - Configuration of the Session Plugin for the Cutelyst Web Framework

The Session plugin for Cutelyst can be used to generate user sessions that are stored on the server side in a session store and on the user side in a session cookie. The name of the session cookie is the name of the application + "_session".

The Session plugin can be configured in the Cutelyst application configuration file in the Cutelyst_Session_Plugin section.

expires (integer value, default: 7200)

Expiration duration of the cookie in seconds.

verify_address (boolean value, default: false)

If enabled, the plugin will check if the IP address of the requesting user matches the address stored in the session data. In case of a mismatch, the session will be deleted.

verify_user_agent (boolean value, default: false)

If true, the plugin will check if the user agent of the requesting user matches the user agent stored in the session data. In case of a mismatch, the session will be deleted.

cookie_http_only (boolean value, default: true)

If true, the session cookie will have the httpOnly flag set so that the cookie is not accessible to JavaScript's Document.cookie API.

cookie_secure (boolean value, default: false)

If true, the session cookie will have the secure flag set so that the cookie is only sent to the server with an encrypted request over the HTTPS protocol.

[Cutelyst_Session_Plugin]
expires=1234

cutelyst.plugin.session

Cutelyst3Qt5MemcachedSessionStore(5)
2021-09-01 Cutelyst3Qt5Session 3.3.0

Search for    or go to Top of page |  Section 5 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.