jamestanner
Programmer
help lol, im baffled!!
i have a page structured into areas, a nav bar, footer, main content area, right section etc,
my problem is with the main content pages, i have 11 pages, upon reloading the main page the content should change. my main page uses <cfinclude template="#session.nextclient#.cfm"> on each content page, the first line is <cfset session.nextclien="somethinghere">
this works to a degree, the trouble is its moving to the 2nd page after. eg, if pages were numbered 1 to 11, on page 1, cfset = page 2, on page 2 cfset = page 3.
but when i reload the page, the pages are changing in this order...
1,3,5,7,9,11,2,4,6,8,10 then back to 1 ??
what the hell have i done!! s
thanks in advance,
James
i have a page structured into areas, a nav bar, footer, main content area, right section etc,
my problem is with the main content pages, i have 11 pages, upon reloading the main page the content should change. my main page uses <cfinclude template="#session.nextclient#.cfm"> on each content page, the first line is <cfset session.nextclien="somethinghere">
this works to a degree, the trouble is its moving to the 2nd page after. eg, if pages were numbered 1 to 11, on page 1, cfset = page 2, on page 2 cfset = page 3.
but when i reload the page, the pages are changing in this order...
1,3,5,7,9,11,2,4,6,8,10 then back to 1 ??
what the hell have i done!! s
thanks in advance,
James