Skip Menu |

This queue is for tickets about the Catalyst-Plugin-Session CPAN distribution.

Report information
The Basics
Id: 68371
Status: new
Priority: 0/
Queue: Catalyst-Plugin-Session

People
Owner: Nobody in particular
Requestors: felix.ostmann [...] thewar.de
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.31
Fixed in: (no value)



Subject: using flash & verify_address not working on new sessions
When there is no session and ->flash is called, he creates a session_id, but the call to $c->initialize_session_data is missing! So the next request will delete that session because of a missing __address (same for __user_agent if configured)