Call your Session something else in your CakePHP application - but in your model, define that the model uses the table "sessions", that should be the only place that the table "sessions" is used, thus hopefully not conflict with CakePHP.
See http://book.cakephp.org/view/71/Model-Attributes#useTable-436 for the table definition. Enjoy, John On Dec 30, 4:44 pm, ecote <[email protected]> wrote: > HI, > > Is there a way to change the default session handling? > > Reason: we have a database of events (conferences, speakers, > attendees, etc... and, sadly, " sessions " !!). This database is used > by some other applications so it would be difficult to change the > table name. However, once the MVCs (thus the " Session controller ") > for this table are created, they cause total confusion to cakePHP !! > > What is the best workaround ? > > Sorry if it's a noob question... but can't find the answer anywhere ! > > Thanks > ECote Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
