3,035
edits
No edit summary |
|||
Line 5: | Line 5: | ||
= New Issues = | = New Issues = | ||
* After the invite is sent out, user goes to register page, but then has no where to go. The original invite is lost, somehow. Also, if you send an invite out to an existing user, why shouldn't have to re-register, and they should also retain the invite context (be added to the party when they do log in). | * After the invite is sent out, user goes to register page, but then has no where to go. The original invite is lost, somehow. Also, if you send an invite out to an existing user, why shouldn't have to re-register, and they should also retain the invite context (be added to the party when they do log in). | ||
* Session method should be database, not php. See line: 78 | * Session method should be 'database', not 'php'. If this were deployed on a cluster we'd want to avoid using /tmp for storing session data. See line: 78 | ||
78 define('CAKE_SESSION_SAVE', 'php'); | 78 define('CAKE_SESSION_SAVE', 'php'); | ||
edits