<cfscript>
tracker = createObject("java","coldfusion.runtime.SessionTracker");
sessions = tracker.getSessionCollection('AppName')
</cfscript>
<cfloop collection="#sessions#" item="cur_session">
<cfset sessions[cur_session].username= "">
</cfloop>
That will blank out the value which is how we do it.
Adam H
On Fri, 3 Sep 2004 19:17:30 -0400, Angel Stewart
<[EMAIL PROTECTED]> wrote:
> Really??
> What does it involve..generally...
>
> yes please if you could....
>
> -Gel
>
> -----Original Message-----
> From: Adam Haskell [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 03, 2004 7:08 PM
> To: CF-Community
> Subject: Re: Deleting a specific Session from the server.
>
> I've got the code at work.I'll see if I can remeber it and post if I
> can.
>
> Adam H
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]
