I have altered some of the links to make them unique and that appears to have resolved the issue. However, in the process of trying different things, a NEW problem arose. I started trying out the CFHEADER tag and looked around and found a couple possibilities to try to prevent caching. The problem is that when the user hits the back button, the page is said to be expired and they must hit refresh if they want to view it. I took out the CFHEADER tags I was using but the 'page expired' message is still being shown. It would be nice if the caching could be controlled via HTTP headers and not have to alter the links to make each page unique but have the users be able to click back is important to have as well. Thanks.
>It is far more likely to share session variables than request >variables, so just focus on the session variable problem. >If you switch to using J2EE sessions, the problem might go away immediately. >If you are using traditional sessions, start logging cfide and cftoken >values and confirm that these values are identical for the people with >the issue. >Apply all the service packs and hotfixes to CF that you can. >You can try putting cache disabling code in the site. >You can try to make every URL unique for a user by putting a >user-specific variable in the query string of every link. >You can create your own secure session management code that doesn't >use the standard cookie values that CF creates. > >Good luck, >Mike Chabot > >On Sat, May 31, 2008 at 12:39 AM, Dustin Martin <[EMAIL PROTECTED]> wrote: >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306830 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

