does you browser accept cookies?

try this for your refresh link
<a href="#urlSessionFormat('index.cfm')#">Refresh</a>

ColdFusion works out if it needs to append CFID and CFTOKEN to the URL -
like if cookies are not enabled.


On 2/2/07, Kevan Stannard <[EMAIL PROTECTED]> wrote:
>
> Hi
>
>
>
> I have an application on our server that is not being maintained across
> pages. I have set up a test directory with only two files:
>
>
>
> Application.cfm
>
> --------------
>
>
>
> <cfapplication
>
>             name="test"
>
>             clientmanagement="Yes"
>
>             sessionmanagement="Yes"
>
>             sessiontimeout="#createTimeSpan(0,0,30,0)#"
>
>             applicationtimeout="#createTimeSpan(1,0,0,0)#">
>
>
>
>
>
> index.cfm
>
> --------------
>
>
>
> <p>BEFORE:</p>
>
> <cfdump var="#session#">
>
>
>
> <cfset session.x = now()>
>
>
>
> <p>AFTER:</p>
>
> <cfdump var="#session#">
>
>
>
> <p>
>
> <a href="index.cfm">Refresh</a>
>
> </p>
>
>
>
>
>
> When I execute index.cfm, this is the output:
>
>
>
> BEFORE:
>
>
>
> struct
>
> cfid 3660
>
> cftoken 18546740
>
> sessionid TEST_3660_18546740
>
> urltoken CFID=3660&CFTOKEN=18546740
>
>
>
> AFTER:
>
>
>
> struct
>
> cfid 3660
>
> cftoken 18546740
>
> sessionid TEST_3660_18546740
>
> urltoken CFID=3660&CFTOKEN=18546740
>
> x {ts '2007-02-02 11:55:57'}
>
>
>
> Refresh
>
>
>
>
>
>
>
> When I refresh the page the cfide, cftoken etc are changed and the
> variable
> session.x is gone
>
>
>
> * I am running IE7
>
> * This is using http://
>
> * This works fine within Firefox
>
>
>
> Any suggestions?
>
>
>
> Kevan
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:268384
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to