ok i have a simple session and upon first execution of the script the session inserts this into my php file, its a login form:
<form method="POST" action="/mayhem/admin/index.php"><input type="hidden" name="PHPSESSID" value="2ed54157ecfabf766e4659a2d5d37a9e" />
<p><span class="text">Username:</span>
<input type="text" name="username" class="textfields">
</p>
<p><span class="text">Password:</span>
<input type="password" name="password" class="textfields">
</p>
<p>
<input type="submit" name="Submit" value="Login" class="textfields">
</p>
</form>
But if i refresh its goes away...
what is this??
[/code]
this is what gets inserted:
<input type="hidden" name="PHPSESSID" value="2ed54157ecfabf766e4659a2d5d37a9e" />