I have a Cake website running on:

   IIS 6
   Cake version 1.1.19.6305
   ISAPI_rewrite

config:

   DEBUG                 2
   CAKE_SESSION_SAVE    'cake'
   CAKE_SECURITY        'low'
   CAKE_SESSION_TIMEOUT '120'
   AUTO_SESSION          true


Upon login, user data is being successfully written to the session
(confirmed by looking in the session file after each page load) and can
be read back from the session again.

However when the user moves to another controller, the session data is
read successfully on the first page load, but the entire session is then
deleted.

Checking app/tmp/session/ confirms that the session file is completely
deleted by this move to another controller.  Moving to another page
within the second controller causes a new session file to be created.

I have searched Google and the CakePHP group high and low for an answer
to this problem, but can't find a solution.

The system was fine before the change to ISAPI_rewrite, so it clearly 
has something to do with the issue.

Can anyone suggest what may be causing this?

Langdon

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to