Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
hyg  
#1 Posted : Tuesday, November 16, 2010 12:04:06 PM(UTC)
hyg

Rank: Newbie

Groups: Member
Joined: 10/29/2010(UTC)
Posts: 3

Hi,

I'm integrating ImageUploader Dual.

I need to pass a session cookie with the upload.

It works fine in the ActiveX version but not in the Java version.

The cookie is definitely not an http-only cookie - I've double-checked the HTTP headers using Firebug, and the cookie itself looks like this:

Cookie myapp_session=ddff1a35a67f442fdd0c2515e6db74d1350f6308

That's a copy-and-paste from the headers of the page containing the uploader, as received by the browser, so I'm totally certain I'm setting a normal cookie and not an http-only cookie.

I've read the docs at
http://www.aurigma.com/d...cketsPassedinCookies.htm
but they say that the solution there should only be needed for http-only cookies - not the situation here. I'd prefer not to embed the cookie value in the web page if I don't have to. According to the docs, the Java version should be able to send a normal (non-http-only) cookie - but it doesn't.

I'd appreciate your assistance. Many thanks.
Dmitry.Obukhov  
#2 Posted : Wednesday, November 17, 2010 2:57:28 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello,

Thanks for contacting us.

Nevertheless, could you try the method described in the Preserving Sessions and Authentication Tickets Passed in Cookies article, please? Then let me know about the results.
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
hyg  
#3 Posted : Wednesday, November 17, 2010 3:30:02 AM(UTC)
hyg

Rank: Newbie

Groups: Member
Joined: 10/29/2010(UTC)
Posts: 3

Hi Dmitry, thanks for getting back to me so quickly.

Re the method in http://www.aurigma.com/d...cketsPassedinCookies.htm - I'd rather not, as the page holding Image Uploader is static HTML - it's not dynamically generated - so there'd be a certain amount of fiddling about in switching it over to be dynamically generated.

Dmitry.Obukhov  
#4 Posted : Thursday, November 18, 2010 12:24:10 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello,

Please check cookies once again. I am sure with a high probability that it is HTTP-only cookie. You should look through Set-Cookie in the response, not request. Then please try the method I recommended you in my previous post, and let me know about the results.
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
hyg  
#5 Posted : Thursday, November 18, 2010 8:19:55 AM(UTC)
hyg

Rank: Newbie

Groups: Member
Joined: 10/29/2010(UTC)
Posts: 3

Dmitry.Obukhov wrote:
Hello,

Please check cookies once again. I am sure with a high probability that it is HTTP-only cookie. You should look through Set-Cookie in the response, not request. Then please try the method I recommended you in my previous post, and let me know about the results.


Dmitry - you're right - sorry to bother you! d'oh!
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.