[symfony-users] Re: Cookie for one project

2008-04-16 Thread Mohammad Asif Ali
Eno, I fixed the problem with IE. IE will not create a Cookie of 60 min life. so i increased the time to 120 mins. Its working fine.. and the multiple themes also working great. Thanks Asif On Apr 16, 1:54 pm, Mohammad Asif Ali <[EMAIL PROTECTED]> wrote: > Yes i cleared the cookies and

[symfony-users] Re: Cookie for one project

2008-04-16 Thread Mohammad Asif Ali
Yes i cleared the cookies and also symfony cc. the domain name line in yml is commented in test environment. Now it seems its creating only one session and the cookies are working fine in Firefox. but the same application not workin in IE. when i print the Cookies in IE i am only getting one coo

[symfony-users] Re: Cookie for one project

2008-04-15 Thread Eno
On Apr 15, 8:23 am, Mohammad Asif Ali <[EMAIL PROTECTED]> wrote: > after this  i cleared the cookies and open the application. Did you "symfony cc" too? > i am seeing the query string    ?asif=d6cef3ae5e5e16bcd77baaadce5c8c17 > > but when print  cookies print_r($_COOKIES) i am seeing this > Arr

[symfony-users] Re: Cookie for one project

2008-04-15 Thread Mohammad Asif Ali
Eno, I checked with both values for no_script_name still same problem. I have changed the factories.yml to some like the following all: storage: class: sfSessionStorage param: session_name: asif session_cookie_domain: mydomain.com after this i cleared the cookies and ope

[symfony-users] Re: Cookie for one project

2008-04-14 Thread Eno
On Apr 14, 4:14 am, "Muhammad Asif Ali" <[EMAIL PROTECTED]> wrote: > In one of my symfony projects i am not able to set cookies.  and session id > is automatically appending  to url.  whenever i access the project i am > seeing the session id in url. > > I have installed ysfDimensionsPlugin in th