Undefined variable: _SESSION

2008-01-12 Thread lordG

Er, um... does anyone have an idea as to why whilst running a session
successfully, one would get the error:

Undefined variable: _SESSION

In particular, I get this on all my ajax calls, but not normal ones.
In addittion, it seems that all ajax calls for some reason cant see
the session.

Any ideas?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Undefined variable: _SESSION

2008-01-12 Thread lordG

What makes things even more wierd is if goto this address in my
browser (once logged in):
http://localhost/pages/pages/manage - I get the page and correct
session

and then in the same window i got to:
http://localhost/ajax/pages/pages/manage - I dont get the page because
the session went missing!

Session hanlding in cake is set to medium and timeout of 120.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---