Added default layout, now can not access correct session in static pages / css

2007-11-15 Thread BobDev
Site was working but I was drawing the header/footer on every page. So I created a default.ctp file and called my library functions to generate the header and footer. This works for all of the views that have controllers. However, my /app/views/pages views are not rendered correctly (the css

Re: Added default layout, now can not access correct session in static pages / css

2007-11-15 Thread Grant Cox
View the source of the page to see why the CSS is not being used - I expect you have the wrong path specified. Reduce your Session Security.level (in /app/core/config.php) to medium to fix the session, or update to the latest 1.2.x SVN. Because the session id is regenerated for every request