RE: Need Suggestions - Multiple instances of application.

2002-03-20 Thread Matt Robertson
replace). Just a thought, --Matt Robertson-- MSB Designs, Inc. http://mysecretbase.com -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 6:25 PM To: CF-Talk Subject: RE: Need Suggestions - Multiple instances of application. How about

Re: Need Suggestions - Multiple instances of application.

2002-03-20 Thread Jim McAtee
Do users ever hava a valid need to access two companies at the same time in two different browser windows? If not, just use session variables to store the company information and drop the url token altogether. Jim - Original Message - From: Shawn Grover [EMAIL PROTECTED] To: CF-Talk

RE: Need Suggestions - Multiple instances of application.

2002-03-20 Thread Shawn Grover
Suggestions - Multiple instances of application. How about a login HTML page that is outside the appication. When the user logs in you instantiate the application name (after processing the login). You would need an application name to handle exceptions too - otherwise it would error out. When

RE: Need Suggestions - Multiple instances of application.

2002-03-20 Thread Shawn Grover
important than this multi-company issue). Thanks for the input. Shawn Grover -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 7:50 AM To: CF-Talk Subject: Re: Need Suggestions - Multiple instances of application. Do users ever hava a valid

RE: Need Suggestions - Multiple instances of application.

2002-03-19 Thread Mark A. Kruger - CFG
How about a login HTML page that is outside the appication. When the user logs in you instantiate the application name (after processing the login). You would need an application name to handle exceptions too - otherwise it would error out. When the user provides the information and you know