vesax/ajax-cross-domain-session-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.

dev-master 2016-03-16 23:35 UTC

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>