views:

30

answers:

1

when you use the flash object to pass a message to the next view, does it use sessions for this? i.e. in a multi-server environment, this will cause issues

+6  A: 

Yes, it does use session.

klew