OK, well I think your solution would work, <font color=red>but</font> , there's one point I didn't specify before and it might be the key.<br>As is the site doesn't have a login page per se, instead when you click to enter 'page x' well, that page requires a registered user.<br>So the problem becomes that <font color=red>since</font> it's the home page link that accesses the login page and the setting for the session variable would be on the login page (which is cfif(loggedin=true) cfincluded in to the 'welcome' page) if there is a cfparam in the home page there is an error since at least for the first time accessesed the variable in the cfparam (session.userid) is not defined. <br>(I hope I explained this clearly !)<br>Is the only solution to create a separate login page?<br>Actually at Tek-Tips it seems that what's been done, there is a separate form to log in on on the side of the page!!!!<br>And from there on you get a whole new set of templates.<br>Thanks ,<br>Shlomo