Greetings,

We have a large site/database in place and re-writing the whole thing
all at one simply isn't an option.  So, I would like to start
converting the site in pieces as I have time allotted.  The problem
arose when I tried to access $_SESSION inside my controller.  It was
empty.

I gathered from the profiler that there are two cookies set, PHPSESSID
and _SESS.  From what I can tell, Symfony is using _SESS and PHPSESSID
points to the original (out of the box) PHP session.  I tried
switching up with session_id(...) and session_start().  What ended up
happening was that the PHPSESSID and _SESS were now equal.

Does anyone know of a good way to be able to have access to both
sessions side-by-side?

Roger

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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