How do you remove from memory

2000-05-24 Thread aslam bajaria

Hi All,
First of all I would like to let you know that without
the help of this list, I would have been handicapped
in CF programming---Thanks for all the help. 

I am getting a strange. Can someone give me a hint as
to what I should be checking?

This is the problem:
When I try to log in as NY customer, the system works
well. When I am done, I close the browser. 

I open up a new browser and want to log on as a WA
customer. When I click on 'Customer Login' link,
instead of getting a login screen with two text boxes
(loginID and Password), I automatically logon as NY
customer and get the welcome message for NY customers.


When I try to click on anything else after it has
automatically logged me on as NY customer, it pops up
a login screen this time.

Can someone give me a hint as to what might be wrong?
It was working fine until yesterday. Suddenly it
started giving error.

Appreciate.
A.B.

__
Do You Yahoo!?
Send instant messages  get email alerts with Yahoo! Messenger.
http://im.yahoo.com/
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: How do you remove from memory

2000-05-24 Thread Dick Applebaum

Are you using cookies?



At 9:11 AM -0700 5/24/2000, aslam bajaria wrote:
Hi All,
First of all I would like to let you know that without
the help of this list, I would have been handicapped
in CF programming---Thanks for all the help.

I am getting a strange. Can someone give me a hint as
to what I should be checking?

This is the problem:
When I try to log in as NY customer, the system works
well. When I am done, I close the browser.

I open up a new browser and want to log on as a WA
customer. When I click on 'Customer Login' link,
instead of getting a login screen with two text boxes
(loginID and Password), I automatically logon as NY
customer and get the welcome message for NY customers.


When I try to click on anything else after it has
automatically logged me on as NY customer, it pops up
a login screen this time.

Can someone give me a hint as to what might be wrong?
It was working fine until yesterday. Suddenly it
started giving error.

Appreciate.
A.B.

__
Do You Yahoo!?
Send instant messages  get email alerts with Yahoo! Messenger.
http://im.yahoo.com/
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_tal 
k or send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body.

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



RE: How do you remove from memory

2000-05-24 Thread Philip Arnold - ASP

 This is the problem:
 When I try to log in as NY customer, the system works
 well. When I am done, I close the browser.

 I open up a new browser and want to log on as a WA
 customer. When I click on 'Customer Login' link,
 instead of getting a login screen with two text boxes
 (loginID and Password), I automatically logon as NY
 customer and get the welcome message for NY customers.


 When I try to click on anything else after it has
 automatically logged me on as NY customer, it pops up
 a login screen this time.

 Can someone give me a hint as to what might be wrong?
 It was working fine until yesterday. Suddenly it
 started giving error.

If you're using cookies, don't set an expiry - then when the browser closes,
the cookie is killed

HTH

Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


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



Re: How do you remove from memory

2000-05-24 Thread Ric Smith

You're not killing the session for the NY logon.
You need to set the cookie to die when the browser
is closed or create a log-out button that kills session
vars. Something along those lines.

-- Ric Smith



 Hi All,
 First of all I would like to let you know that without
 the help of this list, I would have been handicapped
 in CF programming---Thanks for all the help.

 I am getting a strange. Can someone give me a hint as
 to what I should be checking?

 This is the problem:
 When I try to log in as NY customer, the system works
 well. When I am done, I close the browser.

 I open up a new browser and want to log on as a WA
 customer. When I click on 'Customer Login' link,
 instead of getting a login screen with two text boxes
 (loginID and Password), I automatically logon as NY
 customer and get the welcome message for NY customers.


 When I try to click on anything else after it has
 automatically logged me on as NY customer, it pops up
 a login screen this time.

 Can someone give me a hint as to what might be wrong?
 It was working fine until yesterday. Suddenly it
 started giving error.

 Appreciate.
 A.B.

 __
 Do You Yahoo!?
 Send instant messages  get email alerts with Yahoo! Messenger.
 http://im.yahoo.com/
 --

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

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