Tried this and it seems to fix the problem. One unified session_id cookie. Thanks Massimo.
-Max On Feb 8, 11:40 am, Massimo Di Pierro <[email protected]> wrote: > Good point. I made the now case insensitive in trunk. Please try. > > Massimo > > On Feb 8, 12:54 pm, connie_codes <[email protected]> wrote: > > > > > > > > > It would appear that the session module uses the application (derived > > from url) as part of the session key. It also seems that it is case > > sensitive. I am making AJAX requests from my views which include > > application/controller/functionname.... if for whatever reason a user > > starts their session with any upper-case characters in the application > > portion of the URL, the function called through AJAX is unable to > > access their session information and winds up failing. Has anybody > > else experienced this? Are there any workarounds? > > > Thanks for any input

