Whill try but sorry for my english
I am trying to uses sessions like this
session_start();
$_SESSION['grafdata'] = $ar_data;
and in a other file i am trying to read it this way
$grafdate = $_SESSION['grafdata'];
this dosent work on whit the php that is install on SME but works on my wamp server install on my windows xp computer.