// gestione sessione //gestione della sessione nel caso in cui i cookie sono disabilitati if(IsSet($_POST['PHPSESSID']) && !IsSet($_COOKIE['PHPSESSID'])) { $PHPSESSID=$_POST['PHPSESSID']; header("Location: $redirect?PHPSESSID=$PHPSESSID"); } session_start(); //si inizia o continua la sessione $PHPSESSID=session_id(); $id=$PHPSESSID; // counter $name="sambvca"; include("counter/counter.php"); visit("./counter/". $name . ".txt"); log_append($name); ?>
![]() |
![]() |
Implementation of this server has received funding from the European Community's Seventh Framework Programme (FP7/2007-2013) under grant agreement No. CP-FP 211468-2 EUMET. |
---|