vesax / ajax-cross-domain-session-bundle
Installs: 649
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/vesax/ajax-cross-domain-session-bundle
This package is not auto-updated.
Last update: 2020-01-16 20:29:10 UTC
README
Server Side
Installation
# bash
composer require vesax/ajax-cross-domain-session-bundle dev-master
php app/console assets:install
# AppKernel.php
new Vesax\AjaxCrossDomainSessionBundle\VesaxAjaxCrossDomainSessionBundle()
Configuration
vesax_ajax_cross_domain_session:
enabled: false
parameter: _session_id
Client Side
<script src="/bundles/vesaxajaxcrossdomainsession/session_listener.js"></script>