On Mon, Nov 7, 2011 at 6:24 AM, zhil <star...@gmail.com> wrote:

> Hi there!
>
> I keep receiving error Warning: session_regenerate_id() [<a
> href='function.session-regenerate-id'>function.session-regenerate-id</
> a>]: Session object destruction failed
> whenever I do logout
>
> FOS User Bundle is used.
>
>
Check the php.ini session.save_path variable.  Investigate permissions on
this directory.   Either sessions are not starting because permissions
don't allow the session file to be created, which would also produce a
warning at session_start(), or more likely, the session file could not be
deleted.

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

Reply via email to