Development

#3689 (Error in Cookbook - "How to achieve persistent sessions with cookies?")

You must first sign up to be able to contribute.

Ticket #3689 (closed documentation: fixed)

Opened 6 months ago

Last modified 6 months ago

Error in Cookbook - "How to achieve persistent sessions with cookies?"

Reported by: tnaseem Assigned to: fabien
Priority: minor Milestone:
Component: other Version: 1.0.16
Keywords: documentation cookbook Cc:
Qualification: Unreviewed

Description

At the end of this doc (http://www.symfony-project.org/cookbook/1_0/cookie), it explains that the security_filter class setting in factories.yml needs to be changed.

This is incorrect. The setting should be made in security.yml and not factories.yml for version 1.0.

Change History

06/05/08 21:41:39 changed by tnaseem

  • type changed from defect to documentation.

Apologies. Forgot to set the type to 'Documentation'

06/05/08 21:45:40 changed by tnaseem

Damn! Just noticed a mistake in my ticket. I meant to say it should be set in filters.yml, not security.yml!

06/06/08 00:09:21 changed by dwhittle

  • status changed from new to closed.
  • resolution set to fixed.

(In [9436]) doc: fixed typo in persistent cookies cookbook (closes #3689)