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: test1.php (159 bytes)

1
2
3
4
5
6
7
8
9
<?php
session_start();
echo 't1.sid=';
$phpsid = session_id();
echo $phpsid;
echo ',t1.esid=';
$phpsid = mysql_escape_string($phpsid);
echo $phpsid;
?>
Powered by Google Project Hosting