Hello all,
I'm developing a project on a very tight time-frame, and CakePHP has
been a real help.

Unfortunately, I'm experiencing issues with the session being lost (new
session id being assigned) under these circumstances:
On firefox (1.5.0.7) if the index.php page is called directly
(index.php?/pages/home or /pages works fine)
(This issue does not occur on IE6 win). Other than that the session
will persist perfectly throughout the site. However you don't jump back
into the old session if you go to another page.

Secondly (and I hope one-and-the-same issue) Safari users don't seem to
get sessions persisting between any pages. When they login, the session
variables are written and I can output them (debug($_SESSION)) on the
flash() page which appears (stating 'Login successful'), but once they
move to another page this data is lost.

(Alas mac compatibility is a requirement, even though I don't have one
of my own and have had to troubleshoot via a friend (who wouldn't give
me vnc access))

Here is some relevant configuration data:
.htaccess/mod_rewrite is not allowed on the server, so my urls are in
the format index.php?/controller/action

Security is set to medium (have tried all three settings, but afaik
they only affect timeout with regards to sessions)

CakePHP version is: 1.1.8.3544

Any insight would be much appreciated... I'm about to start hacking the
session.php file
Let me know if any code would enlighten you further.

And (to the developers): this is not a complaint by any means (I've had
a lot of those over the course of this project). CakePHP is brilliant.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to