Development

#10032 (sfDatabaseSessionStorage.class.php reports a notice if a session is already started.)

You must first sign up to be able to contribute.

Ticket #10032 (new defect)

Opened 1 year ago

Last modified 8 months ago

sfDatabaseSessionStorage.class.php reports a notice if a session is already started.

Reported by: meijuh Assigned to: fabien
Priority: minor Milestone:
Component: storage Version: 1.4.x DEV
Keywords: database session storage notice Cc:
Qualification: Unreviewed

Description

sfDatabaseSessionStorage.class.php reports a notice if a session is already started. For example, if one does a context switch in symfony. Line 73 in sfDatabaseSessionStorage.class.php reports this notice. A solution would be to check if a session has already been started.

Change History

05/05/12 12:38:30 changed by meijuh

Probable duplicate of http://trac.symfony-project.org/ticket/8855. This needs to be fixed asap.

05/30/12 09:57:10 changed by fabien

  • milestone changed from 1.4.18 to 1.4.19.

10/05/12 12:51:02 changed by fabien

  • milestone deleted.

10/09/12 11:17:36 changed by meijuh

Isn't this fixed in 1.4.19?

10/09/12 14:36:44 changed by fabien

No, it's not.