Sessions

Molly maintains her own sessions table in the database using custom sessions handling functions. This allows webmasters to create lists of who's currently logged in (or perhaps other clever things with sessions that we haven't thought of yet.).

Online Users

Sorry, no records found.
Total Users Online: 0

Source Code for Online Users

<maml:select table="molly_sessions" key="user_id" criteria="1" detail="../../modules/user/info.maml" 
	orderBy="loginname" format="off">
	<div style="font-family: arial, Helvetica, sans-serif; font-size: 10px;">
		<maml:record maxentries="10">
			<maml:detail><maml:field name="loginname"/>
			<span style="visibility: hidden;"><maml:field name="user_id"/></span></maml:detail><br />
		</maml:record>
		Total Users Online: <maml:numrecs/>
	</div>
</maml:select>