Hi,

I'still trying to find my way in all this FB mess! ;-)

I find these lines in fbx_settings.cfm :
 <!--- Clear cookies for users coming from external links --->
 <cfelseif NOT len(CGI.HTTP_REFERER) AND NOT isDefined("attributes.redirect")>
  <cfcookie name="CFID" value="" expires="NOW">
        <cfcookie name="CFTOKEN" value="" expires="NOW">
    </cfif>

First, I don't see the big idea of clearing the session coockies if the 
HTTP_REFERER is empty,
then in the same page define new session variables. The effect will be to 
create a new session in the next page
so that all session variables will be lost anyway (my problem) :-(

Second, everybody knows that HTTP_REFERER is nor reliable.
For instance, if a page opens a new window, the HTTP_REFERER is empty in the 
new page, then FB will kill the session.

SO, question 1: is there a way to have FB not to kill sessions,
question 2: anyone knows how to force a value in HTTP_REFERER in Javascript 
when a new window is opened?

Thanks.
--
_______________________________________
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware: a new and convenient web-based time tracking application. Start 
tracking and documenting hours spent on a project or with a client with Logware 
today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191115
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to