Welcome Guest, Not a member yet? Register   Sign In
Aurigma Image Uploader with CodeIgniter Session Library
#1

[eluser]Unknown[/eluser]
Hi,

We have recently changed from cookies to CI session (library) for some authentication storage.

The CI session works fine across PHP pages (CI Controllers) but when we try and do an image upload using Aurigma it creates a session (in ci_sessions table in DB but doesn't match the previous one).

We have tried with and without database, with and without match user agent (this one would seem obvious as UA is different browser to Aurigma), with and without encrypted session.

Tried the following (from http://www.aurigma.com/docs/iu/Preservin...ookies.htm)

//Javascript snippet from Aurgima
[removed]

if (iu.getControlType() == "Java")
getImageUploader("ImageUploader").AddCookie('ci_session=<?=$_COOKIE["ci_session"]?>');
}

[removed]

Has anyone had any luck using CI session library with Aurigma? If so could they post what steps they took for getting them to play nice?

Thanks,

Mark




Theme © iAndrew 2016 - Forum software by © MyBB