storing session variables in DB

2002-06-04 Thread mynews
I have a set of mirrored servers that are running off 1 SQL_server. I have to recode the apps that use session variables because a user could jump to a different server during a session. Is there a simple way to fix this? Can 2 different servers be aware of the same session? Can I store the

RE: storing session variables in DB

2002-06-04 Thread Tony_Petruzzi
://www.sheriff.org -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 10:06 AM To: CF-Talk Subject: storing session variables in DB I have a set of mirrored servers that are running off 1 SQL_server. I have to recode the apps that use

RE: storing session variables in DB

2002-06-04 Thread mynews
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 10:06 AM To: CF-Talk Subject: storing session variables in DB I have a set of mirrored servers that are running off 1 SQL_server. I have to recode the apps that use session variables because a user could jump

Re: storing session variables in DB

2002-06-04 Thread Dave Carabetta
I have a set of mirrored servers that are running off 1 SQL_server. I have to recode the apps that use session variables because a user could jump to a different server during a session. Is there a simple way to fix this? Can 2 different servers be aware of the same session? Can I store the

RE: storing session variables in DB

2002-06-04 Thread Tony_Petruzzi
PROTECTED] http://www.sheriff.org -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 10:06 AM To: CF-Talk Subject: storing session variables in DB I have a set of mirrored servers that are running off 1 SQL_server. I have to recode the apps

RE: storing session variables in DB

2002-06-04 Thread Tony_Petruzzi
do). Anthony Petruzzi Webmaster 954-321-4703 [EMAIL PROTECTED] http://www.sheriff.org -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 10:43 AM To: CF-Talk Subject: RE: storing session variables in DB i think i read this wrong. you WANT

RE: storing session variables in DB

2002-06-04 Thread mynews
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 10:43 AM To: CF-Talk Subject: RE: storing session variables in DB i think i read this wrong. you WANT people to be able to jump from one server to the other during a session. Well

Re: storing session variables in DB

2002-06-04 Thread Joe Bastian
] Sent: Tuesday, June 04, 2002 10:18 AM Subject: RE: storing session variables in DB But I need the user to have the same session if he gets bumped to the other server. I'm not worried about them sharring sessions, I'm worried about a person losing his session if he suddenly switches machines. BJ