"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: [...] > encode some POST values and autosubmit the form, forwarding the user to > another part of the website. However, on the page where the user is > forwarded to, I cannot access any of the session variables [...]
IIRC, the session is usually controlled by a cookie or an ending on the GET which is interpreted by CakePHP. If you forward them to another part of the web site, either the cookie won't be sent, or CakePHP isn't involved to decode the GET query into a session. If you're using cookie-based sessions, you can probably override the session cookie path somewhere, but I forget exactly where. Hope that helps, -- MJ Ray <[EMAIL PROTECTED]> www.ttllp.co.uk +44-870-4321-9-10 Web, localisation, koha, databases, GNU/Linux and statistics. Registered in England and Wales, partnership number OC303457 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
