RE: sessiontimeout

2001-01-14 Thread Scott Wolf
Here's the code that I use. Hope it works for you: StructClear(Session); Scott Wolf Goodfriend Computer Training -Original Message- From: Jay Patton [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 7:37 PM To: CF-Talk Subject: sessiontimeout quick question. in my client se

RE: sessiontimeout

2001-01-14 Thread Russel Madere
Try using the StructDelete(Session) function. Russel Russel Madere, Jr. Senior Web Developer ICQ: 5446158 http://www.TurboSquid.com Some days you eat the bear; some days the bear eats you. ==

RE: SESSIONTIMEOUT ???

2000-10-14 Thread Dave Watts
> Does SESSIONTIMEOUT have to be set in time or can it be set > to expire when the browser window is closed? The SESSIONTIMEOUT attribute has to be a time - the server doesn't know when the browser is closed! You can, however, destroy the link between the browser and the corresponding session va