Re: Checking SESSION variable

2002-12-03 Thread Zac Spitzer
FlashGuy wrote: > Hi, > > I have session variable that contains the directory name > "session.strFileName". I also have another session variable > "session.ShowMe" that contains multiple directory names > (comma-delimited) which i'm setting from my database. Basically, i > need to check if the di

Re: Checking SESSION variable

2002-12-02 Thread Randell B Adkins
Then try: This will just look for an instance of session.strFileName within the session.ShowMe variable. >>> [EMAIL PROTECTED] 12/02/02 11:24AM >>> Actually, the session.strFileName would have no path in it. sesion.strFileName = Temp sesion.ShowMe = D:\Temp,D:\Test On Mon, 02 Dec 2002 11:11

Re: Checking SESSION variable

2002-12-02 Thread FlashGuy
Actually, the session.strFileName would have no path in it. sesion.strFileName = Temp sesion.ShowMe = D:\Temp,D:\Test On Mon, 02 Dec 2002 11:11:43 -0500, Randell B Adkins wrote: > > > I think this is what you are asking. > sesion.strFileName = D:\Temp > sesion.ShowMe = D:\Temp,D:\Test > > the

Re: Checking SESSION variable

2002-12-02 Thread Scott Brady
>I have session variable that contains the directory > name "session.strFileName". I also have another session > variable "session.ShowMe" that contains multiple directory > names (comma-delimited) which i'm setting from my database. > Basically, i need to check if the > directory "session.strFileN

RE: Checking SESSION variable

2002-12-02 Thread Tony Weeg
Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -Original Message- From: FlashGuy [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 11:08 AM To: CF-Talk Subject: Checking SESSION variable Hi, I

RE: Checking SESSION variable

2002-12-02 Thread Jason Lees (National Express)
]] Sent: 02 December 2002 16:08 To: CF-Talk Subject: Checking SESSION variable Hi, I have session variable that contains the directory name "session.strFileName". I also have another session variable "session.ShowMe" that contains multiple directory names (comma-delimited) wh

Re: Checking SESSION variable

2002-12-02 Thread Clint Tredway
do this do that HTH Clint - Original Message - From: "FlashGuy" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, December 02, 2002 10:08 AM Subject: Checking SESSION variable > Hi, > > I have session

Re: Checking SESSION variable

2002-12-02 Thread Randell B Adkins
I think this is what you are asking. sesion.strFileName = D:\Temp sesion.ShowMe = D:\Temp,D:\Test then the above CFIF statement should return TRUE >>> [EMAIL PROTECTED] 12/02/02 11:08AM >>> Hi, I have session variable that contains the directory name "session.strFileName". I also have another

Checking SESSION variable

2002-12-02 Thread FlashGuy
Hi, I have session variable that contains the directory name "session.strFileName". I also have another session variable "session.ShowMe" that contains multiple directory names (comma-delimited) which i'm setting from my database. Basically, i need to check if the directory "session.strFileName