I take it back, the problem isn't in Router. But I still haven't found where 'www' becomes a problem. I set some debug() statements in CakeSession::__construct() and everything looks fine.
Can anyone tell me where to look to track down where 'www' comes into the picture? On Sun, Mar 2, 2008 at 6:39 PM, b logica <[EMAIL PROTECTED]> wrote: > I've just run into the same problem just now. I do have control of the > server so making mod_rewrite adjustments isn't a problem. However, I'm > working on my desktop box. The app's virtual domain is APP.apollo, > where APP is the name of the project and apollo is my box hostname. I > guess I'll try adding 'www' with mod_rewrite and see what happens. > > It looks like the problem is in Router::url() but I haven't finished > wading through that yet. > > I'm using cake_1.2.x.x_24.01.2008, btw. > > > > On Sun, Mar 2, 2008 at 4:58 PM, Novice Programmer > <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I am facing session problems on redirection. The function session->read() > > returns nothing on the session stored before redirection. I searched on the > > google and found some solutions one of them was modifying htaccess which i > > can't do because of shared host. Another was to put session id in url which > > is not secure enough. Was wondering on how other people handle this > problem. > > Please help. > > > > -- > > Thanks & Regards, > > Novice (http://ishuonweb.wordpress.com/). > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
