Hi,

I implemented splring security into my application successfully. I added also Remember me functionality.

If I just start an application everithing works fine. But if I go back and remember me automatically logs me in, I can browse all the objects but when I try to save a record I get this exception.

PHP Code:
object references an unsaved transient instance save the transient instance before flushingcom.objectverse.system.users.user.model.SystemUsernested exception is 
Each record has an information about systemUser creator and updater. It seems that the user is not connected to hibernate session? How can I correct this?

Best regards,
Bojan