maluc Wrote:
-------------------------------------------------------
> i agree, but i'm not sure if there is a way to
> determine ahead of time, whether or not they use a
> manager .. so you would still have to logout those
> without managers atleast once
>
>
> -maluc
I was rereading this thread and suddenly this popped into my head.
Prior to the script injection, add a form and input named user_name or similar.
<form name="logtest"><input type="text" name="username"></form><script blah blah
The html will be loaded into the DOM, then with the script, prior to logging them out, you can check if the form logtest.username was populated by firefox/opera(If you can get them to execute the wand, or SE them into using a button like this http://operawiki.info/PowerButtons#retrievewand)/etc.
-
Kyran