:D
ok here how you should do it bro...
<?
session_start();
$firstquarter=array('January', 'February', 'March');
$_SESSION["firstquarter"] = $firstquarter;
for ($i=0;$i<count($_SESSION["firstquarter"]);$i++) {
echo $_SESSION["firstquarter"][$i]; }
?>
hope that helped, peace

:D
the genuine genius