My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 26 attachment: test2.php (150 bytes)

1
2
3
4
5
6
7
8
<?php
echo 't2.sid=';
$phpsid = $_COOKIE['PHPSESSID'];
echo $phpsid;
echo ',t2.esid=';
$phpsid = mysql_escape_string($phpsid);
echo $phpsid;
?>
Powered by Google Project Hosting