세션 정보에 해당 세션이 위치하는 mid값을 기입하도록 하였고 현재 접속자 출력 위젯에서 mid값을 반영할 수 있도록 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4292 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-06-18 08:48:10 +00:00
parent befe944a1e
commit d5126c2925
10 changed files with 63 additions and 20 deletions

View file

@ -5,4 +5,5 @@
<column name="val" type="bigtext" />
<column name="ipaddress" type="varchar" size="128" notnull="notnull" />
<column name="last_update" type="date" index="idx_session_update" />
<column name="cur_mid" type="varchar" size="128" index="idx_session_cur_mid" />
</table>