I know I can prevent any simultaneous logins by simply flagging the account as "logged in" when a user logins. However, if the user closes the browser or is disconnected without properly logging out, how would I go about allowing them to log back in? Since as far as I know, the server and database would therefore have no way of knowing the user disconnected and would still see the user as logged in. I thought OnSessionEnd would do the trick, but as was pointed out to me on this list OnSessionEnd only runs when the session expires, not when the user disconnects. Any ideas are much appreciated, thanks.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281795 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

