JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fixed parse errors is session.php, added test/session_test.php
[wfpl.git] / test / session_test.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5   <title>testing code/wfpl/session.php</title>
6 </head>
7
8 <body>
9
10 <h1>testing code/wfpl/session.php</h1>
11
12 <!--~block start~-->
13 <div style="border: 2px solid black; padding: 10px; margin-top: -2px">
14   <h2>~message.html~</h2>
15   
16   <p>
17   <table cellpadding="5" cellspacing="0" border="1" summary="">
18     <tr><td colspan="4" style="font-weight: bold">wfpl_sessions table</td></tr>
19     <tr><td>id</td><td>session_key</td><td>length</td><td>expires</td></tr><!--~wfpl_sessions_row start~-->
20     <tr><td>~id.html~</td><td>~session_key.html~</td><td>~length.html~</td><td>~expires.html~</td></tr><!--~end~-->
21   </table>
22   </p>
23   <p>
24   <table cellpadding="5" cellspacing="0" border="1" summary="">
25     <tr><td colspan="4" style="font-weight: bold">wfpl_session_data table</td></tr>
26     <tr><td>id</td><td>session_id</td><td>name</td><td>value</td></tr><!--~wfpl_session_data_row start~-->
27     <tr><td>~id.html~</td><td>~session_id.html~</td><td>~name.html~</td><td>~value.html~</td></tr><!--~end~-->
28   </table>
29   </p>
30 </div>
31 <!--~end~-->
32 </body>
33 </html>