Current Path : /var/www/html/social/
Upload File :
Current File : /var/www/html/social/addimagetosession.php

<?php session_start(); 
$_SESSION['image_token'][] = $_REQUEST['image_token'];
$_SESSION['image_comments'] = $_REQUEST['description'];
?>

,