Does anyone know how to delete a particular session from the server?

If I have found a session by searching for a key:

key username owner
struct
Clientid  C5A17DE9-C6E1-8602-D4EA220B9DF9CCB2
Emailaddr  [EMAIL PROTECTED]
Fname  Angel
Lname  Stewart
login_no 6
Sessionname  Angel Stewart
Urltoken  CFID=53801&CFTOKEN=32375807
user_id  C5A17DDA-C6E1-8602-D82C5F81363CDF59
Username  [EMAIL PROTECTED]

path .childworksheets_web_53801_32375807.username


How can I delete the session from the server that the username
[EMAIL PROTECTED] is associated with?
The reason?

I want to FORCE a user logout of the first session if the user attempts
to login twice to the system.
To do that I am thinking I need to erase that session
childworksheets_web_53801_32375807
from the server.

I can bring back a lot of information about the session structure, but I
can't figure how to delete the session off the server.
StructDelete(what?)
When I bring back a list of all the sessions stored for that application
on the server, I see the 'orphaned' session still there with
[EMAIL PROTECTED] as the username.

Is this just impossible?

-Gel
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to