RE: Netscape Cookie Woes

2001-08-27 Thread Costas Piliotis
As far as I understandm session state is maintained through a cookie. CFID and CFTOKEN are stored as cookie values. The session state is destroyed when you destroy the cookies file. A new session is thus started and all of your session variables are lost. -Original Message- From:

Re: Netscape Cookie Woes

2001-08-27 Thread Jeffry Houser
At 02:29 PM 08/27/2001 -0600, you wrote: we have an application which uses a custom tag at the start of each template. This tag checks session variables against the required access level for the page and if need be, redirects to the login page. We are finding that Netscape refuses to run this

RE: Netscape Cookie Woes

2001-08-27 Thread Shawn Grover
. That was a frustrating hour or so finding that... Shawn Grover -Original Message- From: Costas Piliotis [mailto:[EMAIL PROTECTED]] Sent: Monday, August 27, 2001 3:04 PM To: CF-Talk Subject: RE: Netscape Cookie Woes As far as I understandm session state is maintained through a cookie. CFID

RE: Netscape Cookie Woes

2001-08-27 Thread Shawn Grover
]] Sent: Monday, August 27, 2001 6:12 PM To: CF-Talk Subject: Re: Netscape Cookie Woes At 02:29 PM 08/27/2001 -0600, you wrote: we have an application which uses a custom tag at the start of each template. This tag checks session variables against the required access level for the page and if need

RE: Netscape Cookie Woes

2001-08-27 Thread Jeffry Houser
At 03:53 PM 08/27/2001 -0600, you wrote: Thanks for the response. The security check is a bit more comprehensive than a simple comparison of vairables - we do some data access/logging as well. ;) Putting the routine in application.cfm would also affect the login page so would require