
 Henrique Tschannerl - 2015-11-13 12:58:59 - 
In reply to message 2 from Anthony AmolochitisHello,
For me doesn't work too.
I use the example.php and create a new php file with this code trying to get the data:
<?php
/* 
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
require "SessionDataStore.php";
$DataArray = SessionDataStore::GetData() ;
The code to get the data don't return any data stored before from example.php.