pyramid_subscribers_beaker_https_session

Subscriber to provide for beaker https-only sessions
Download

pyramid_subscribers_beaker_https_session Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Jonathan Vanasco
  • Publisher web site:
  • http://search.cpan.org/~jvanasco/Authen-PluggableCaptcha-0.05/lib/Authen/PluggableCaptcha/Tutorial.pm

pyramid_subscribers_beaker_https_session Tags


pyramid_subscribers_beaker_https_session Description

pyramid_subscribers_beaker_https_session is a pyramid extension that allows you to add a https-only session based cookie to your application.To configure:1. As of release it mimics the code in pyramid_beaker , with two changes:* The prefix must either be `session_https` or `beaker_session_https`* This package forces `secure` to be `True`2. In your app/__init__.py main: from pyramid_subscribers_beaker_https_session import initialize_https_session_set_request_property initialize_https_session_set_request_property( config , settings ) ## initialize https session initialize_https_session_set_request_property( config , settings )3. You will now have a `session_https` attribute on your `request` objectsProduct's homepage


pyramid_subscribers_beaker_https_session Related Software