One thing - Client cookies aren't permanent, neither are Session ones


Saying setclientcookies="no" means that you HAVE to pass the token
information in the URL

-----Original Message-----
From: Kathy Wargo [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 15, 2003 8:18 AM
To: CF-Talk
Subject: Cookie Help

I have inherited a web site where the application file  was like the
following

<cfapplication Name="sess"
clientmanagement="yes"
sessionmanagement="yes"
setclientcookies="yes"                                   
Sessiontimeout=" #CreateTimeSpan(0,0,30,0)#"
applicationtimeout=" #CreateTimeSpan(1,0,0,0)#">

Now the company does not want any permanent cookies set

I know I can replace "setclientcookies=yes" to  "setclientcookies=no"
and no cookies will be permanently set

but there is a restricted area of the website, which was only reachable
when
someone logs in
   How can I still preserve that situation
     Once in the restrictive area  most links are like below

     <a href="">
   How do I fix them so they work for a session

Please give me a concrete explanation, with an example, I need to turn
around over 1000 pages like this in a very short time.

Thank you all for your assistance

Kathy

  _____  


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to