I'm tinkering around with an app that uses the UserBundle for
authorisation/authentication. Everything works fine locally
(Windows7 / XAMPP) but when i put it on the server the login doesn't
work at all. According to the debug log the authentication is
happening and successfull, but then i get redirected again to the
login page because of missing authentication token. After a lot of
searching I figured out that the session isn't saved - at least not in
the session files. Session files are created but they are empty...

Does anybody have the same problem? I'm speculating that the PHP
version of the Server (5.3.2-1) might have something to do with it and
it's not a symfony 2 bug. But i couldn't find information about
similar problems with this version of php  yet. Unfortunately i also
cannot upgrade the PHP on the server.
Or does anybody have any idea on how to verify that the destructor in
the session object is called at all?

Thanks,

Markus

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to