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 open the application.

i am seeing the query string    ?asif=d6cef3ae5e5e16bcd77baaadce5c8c17

but when print  cookies print_r($_COOKIES) i am seeing this
Array ( [symfony] => 9461ed140ae77fb4779a9e39ddb29d66 )

Point to be noted is both session id's are different.
Can you please tell me the reason for this behavior? and how to fix
this?



Thanks in advance
Asif











Eno wrote:
> 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 this project. initially it worked.
> > but dont know what happened but the cookies are no longer working
> >
> > Please tell me how to disable the session id in URL .
> > (set_trans_id is disabled in php.ini)
>
> What is no_script_name set to in settings.yml? What is session_name
> set to?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" 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/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to