Well when they login, just set up a flag that is set to a 1 if they logged
in. That way if someone else tries to login part of the requirements for
them logging on is that the flag be set to 0. Make sure you make a log out
page that when they leave the site or exit the browser. That way you don't
have to search through any sessions.

Robert Everland III
Web Developer
Dixon Ticonderoga


-----Original Message-----
From: CF-Help _India [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 26, 2000 10:33 AM
To: [EMAIL PROTECTED]
Subject: Re: Once again about Sessions


Hi,
U paste this script in ur application.cfm to delete all session arrays...

<cfscript>structclear(session);</cfscript>

iam not sure about ur other question

regards
Vikram


---- Alex Puritche <[EMAIL PROTECTED]> wrote:
> cf-talk,
> 
>   Can I search through session variables?
>   I want to catch logging of two users with the same account.
>   And I want to delete session variables if user wants to log out.
>   Can somebody help me? Maybe somebody can some URL to the articles?
> 
> -- 
>  Regards,
>  Alex                          mailto:[EMAIL PROTECTED]
> 
> 
>
----------------------------------------------------------------------------
--
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
> or send a message to [EMAIL PROTECTED] with 'unsubscribe'
> in the body.
> 

__________________________________________________
FREE voicemail, email, and fax...all in one place.
Sign Up Now! http://www.onebox.com

----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to