Adobe Connect User Community
Menu

#1 2011-01-10 20:03:26

**_coworkerbob_**

API calls not working

reading through the API, we tested this out by posting a webinar, created a user to access the webinar, and then through our .net pages verified the user is valid on our site and we redirect them to the webinar url which is on hosted adobe connect account.

Issues:
Once a breeze session is created, https://example.acrobat.com/p5555555/?s … 3243234fke

and we close the browser, the session should end? but it does not end. When we enter the same address
https://example.acrobat.com/p5555555/?s … 3243234fke
on a seperate browser or computer, the session still opens up the webinar.

so we tested using the logout action with the session
https://example.acrobat.com/api/xml?log … 3243234fke, server responds ok, and the session is expired in the cookie. But we send the same paramater above to it again, and it the webinar works again? (seesion cookie is overwritten) shouldn't this have expired the session?

Are we missing something? Please help.
Thanks

Offline

#2 2011-02-01 15:39:02

**_jcooper9099_**

Re: API calls not working

yes, you are appending Session = [ sessionkey] to your URL. The sessions on the server stay alive and you can use that session ID for quite some time.

Offline

#3 2011-02-07 18:50:04

**_Akolade_**

Re: API calls not working

So is this saying that the Logout API function doesn't actually do anything?
Shouldn't that session value become unusable after you call the logout function?

Offline

Board footer