Good point. I made the now case insensitive in trunk. Please try. Massimo
On Feb 8, 12:54 pm, connie_codes <slim...@gmail.com> 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