JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
clean up include paths and docs
[wfpl.git] / test / session_test.html
1 <!DOCTYPE html>
2
3 <html>
4 <head>
5   <title>testing inc/wfpl/session.php</title>
6 </head>
7
8 <body>
9
10 <h1>testing inc/wfpl/session.php</h1>
11
12 <!--~block {~-->
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 {~-->
20     <tr><td>~id html~</td><td>~session_key html~</td><td>~length html~</td><td>~expires html~</td></tr><!--~}~-->
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 {~-->
27     <tr><td>~id html~</td><td>~session_id html~</td><td>~name html~</td><td>~value html~</td></tr><!--~}~-->
28   </table>
29   </p>
30 </div>
31 <!--~}~-->
32 </body>
33 </html>