Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
session information lost after redirection in frame
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Maxim Sokhatsky  
View profile  
 More options Nov 8 2012, 4:23 pm
From: Maxim Sokhatsky <ma...@synrc.com>
Date: Thu, 8 Nov 2012 13:23:31 -0800 (PST)
Local: Thurs, Nov 8 2012 4:23 pm
Subject: [IE10] session information lost after redirection in frame

I've found that session information, in particular wf:user() gets lost in
facebook frame using IE10.

22:17:14.594 [info] login:408 wf:user() == "maxim"
22:17:14.595 [info] login:411 REDIRECT
22:17:15.545 [info] dashboard:20 DASH
22:17:15.545 [info] dashboard:29 wf:user() == undefined
after redirection with wf:redirect_from_login

    ?INFO("wf:user() == ~p",[wf:user()]),
    ?INFO("REDIRECT"),
    wf:redirect_from_login(?_U("/dashboard")).

This is found only in facebook context. In direct connection to the site
everything is ok.
Please help or advice :)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jesse Gumm  
View profile  
 More options Nov 8 2012, 7:03 pm
From: Jesse Gumm <g...@sigma-star.com>
Date: Thu, 8 Nov 2012 18:03:05 -0600
Local: Thurs, Nov 8 2012 7:03 pm
Subject: Re: [IE10] session information lost after redirection in frame
Are you certain it's facebook-specific, and not just frame-specific?

IE has a habit of rejecting cookies for third-party frames, and since
cookies are the basis for Nitrogen Sessions, that would lead to this
problem.

There's a fix for this, which involves taking advantage of IE's P3P header.

wf:header('P3P',"CP=\"CAO COR CURa ADMa DEVa OUR IND ONL COM DEM PRE\"")

Honestly, I don't know all the details about this, but I just copied
and pasted that line (and reformatted to be nitrogen-specific) from
here: http://www.softwareprojects.com/resources/programming/t-how-to-get-in...

I haven't tested this, but that link should point you in the right direction.

-Jesse

--
Jesse Gumm
Owner, Sigma Star Systems
414.940.4866 || sigma-star.com || @jessegumm

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Maxim Sokhatsky  
View profile  
 More options Nov 8 2012, 7:36 pm
From: Maxim Sokhatsky <ma...@synrc.com>
Date: Fri, 9 Nov 2012 02:36:44 +0200
Local: Thurs, Nov 8 2012 7:36 pm
Subject: Re: [IE10] session information lost after redirection in frame

No P3P is a DNT headers. However I found the problem in

Settings -> Privacy Settings -> Advanced -> Check Override Automatic
Cookies Settings (Allow Third Parties)

Thank you, your post really directed me to a findings :)

--
Maxim
synrc.com

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »