Sessions lost due to .htaccess and AJAX

2008-10-16 Thread [EMAIL PROTECTED]
I moved the security to medium. I moved the method to 'database' I have a .htaccess that redirects everything from www.domain.com to www.domain.com/1_00/ If I take the htaccess out, everything works. Otherwise, you can login but all AJAX request fails. AJAX request go to

Re: Sessions lost due to .htaccess and AJAX

2008-10-16 Thread [EMAIL PROTECTED]
here is my directory structure: www.domain.com/ 1_00/ app/ views/ root/ login.thtml projects/ new.thtml If i create a Session variable in root controller, i cant see it outside. If i create a

Re: Sessions lost due to .htaccess and AJAX

2008-10-16 Thread [EMAIL PROTECTED]
*If I remove the htaccess, everything works. On Oct 16, 6:26 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: here is my directory structure:www.domain.com/    1_00/        app/             views/                  root/                         login.thtml                  projects/