[eluser]domainsvault[/eluser]
Alright I know I am blindly kicking a dead horse here. But All the forums, all the blogs, all the assistance, etc.. that I have found to date in the last 48 hours has given me nothing to work with.
My issue seems to be across all IE versions, no holds barred. The issue is, the cookie for the session is not getting set in IE. So even though login is validating, and proven to work on other browsers I can't use the service I am building up on IE. I've boiled it down do the cookies and they way they are handled via CI.
My tests have included everything from setting my install of IE on 4 different computers, 3 laptops to thee absolute lowest security settings possible to see if it was a potential security issue within the browser, which it was not.
I went off the reservation onto a domain I am not even using right now. Did a simple if-else setcookie script, worked on IE like a charm. Did it on my server with CI installed on it, but outside of CI as well, again worked like a charm. Brought it into CI failed miserably.
Mind you the cookie here that I am attempting to set is off the grid from CI. So theoretically it should have written and stuck. But it didn't.
I am finally coming here cause I don't know what else to try. Ive seen posts about "Session Hybrid" Ive seen posts about hacking pieces of the core, Ive seen so much stuff, that short of the hacking to pieces parts. Nothing works. I want to avoid any serious hacks as I dont have time to waste going through the application that we have currently to fix anything that broken from said hacks. So does anyone know what the issue is, how to resolve it for real? Maybe in my reading Ive mis-interpreted stuff and just attempted to do the stuff wrong. As all documentation I have seen is like just copy and paste this drop that, do this and it "Should" work nothing about maybe making a call to it from somewhere or anything else.
So with this post I know I am kicking the dead horse on a subject thats been questioned several other places, but those answers to me have yet to help serve purpose in fixing what I need fixed. That said, my question is, have you had an issue like I currently have, and what did you do to fix it? What can I do with your information that may be helpful to me fixing my problem?