Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

cturner0914
cturner0914
Offline

Badges

Badges
10

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
31

Discussions

Discussions
0

Questions

Questions
13

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by cturner0914
Customize the badges you want to showcase on your profile
Re: Cannot re-authenticate in the same session. - Adobe LiveCycle 23-11-2009
Hey Raff,The error returned from the remoting call is "Cannot re-authenticate in the same session." I don't have access to the LC box to add the debug point. Has anyone tested calling the getAuthToken method to create an SSO? This seems like it would be the way to create an SSO application. -chris

Views

110

Likes

0

Replies

0
Cannot re-authenticate in the same session. - Adobe LiveCycle 23-11-2009
I get this error when I call the Java server code sample that was included in the AFCS download. I am calling the getAuthToken function on the AccountManager object. This error only occurs when I open another tab in my browser and try to get another token. We have wrapped the Java sample in a LiveCycle process and the channel is setup as follows:var ro:RemoteObject = new RemoteObject( "myDestination" ); var cs:ChannelSet = new ChannelSet(); cs.addChannel(new AMFChannel("remoting-amf", "http:mySe...

Views

1.5K

Likes

0

Replies

3
ColdFusion server script in multiple browser tabs - Adobe LiveCycle 30-09-2009
When I run the ColdFusion server example in multiple browsers I am unable to grab sessions in each tab other then the first. See screen shot for error message. However if I disable cookies then I can run as many tabs as I want. Can anyone tell me if there is a work around for this? It has to do with the http call that is made in account manager initializes. In all other tabs except the first one when the http call is made it returns with an unexpected result, with the tag "meeting-info" in the r...

Views

785

Likes

0

Replies

1
Re: AFCS java sample - Adobe LiveCycle 25-09-2009
It seems if I turn off cookies in my browser then I can work with multiple tabs. Is there any better solution to this?

Views

151

Likes

0

Replies

0
Re: AFCS java sample - Adobe LiveCycle 24-09-2009
I've replicated the issue using the ColdFusion server example. When I run the exmple.cfm in 2 tabs I get The getSession method was not found at the top of my screen.I've attached a screen shot for you too see. Does this mean that any user that is trying to use my application with single sing on can only have one tab open?Thanks.-chris

Views

148

Likes

0

Replies

0
Re: AFCS java sample - Adobe LiveCycle 24-09-2009
Oh one other thing, this only happens when I run it in the browser but if I run the standalone java program from command line, everything is fine.

Views

150

Likes

0

Replies

0
Re: AFCS java sample - Adobe LiveCycle 24-09-2009
I'm building an app that will generate auth keys. However whenever I spawn a second tab in my browser I get into the "meeting-info" node case instead of the "result" case. Why does it only happen when I open another tab?

Views

153

Likes

0

Replies

0
Re: AFCS java sample - Adobe LiveCycle 24-09-2009
Also, is there a way to find and hijack the session? Can you tell me where this session info is stored?

Views

149

Likes

0

Replies

0
Re: AFCS java sample - Adobe LiveCycle 24-09-2009
I dont understand your second sentence there. I think my problem is when I'm already authenticated. How do I find the authentication info then?Thanks.-chris

Views

147

Likes

0

Replies

0
AFCS java sample - Adobe LiveCycle 24-09-2009
I'm running into something strange here. It seems sometimes when the AccountManager is in the do_initialize() function, on the first pass that comes from the constructor of AccountManager it should always go into the if statement here: if (result.getTagName().equals("result")) {however sometimes on the first pass it gets into this if statment:if (result.getTagName().equals("meeting-info")) {Any idea why it would wouldnt always go into the "result" case when the do_initiallize function is called ...

Views

1.9K

Likes

0

Replies

9