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]

