1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
5 <title>testing code/wfpl/session.php</title>
10 <h1>testing code/wfpl/session.php</h1>
13 <div style="border: 2px solid black; padding: 10px; margin-top: -2px">
14 <h2>~message.html~</h2>
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~-->
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~-->