Hi,
I'd like to persist the session from the client. I discovered I could do this by calling setCookie from pintura/jsgi/session, but I don't have access to the response. How can I access the response from my custom user facet?
Thanks a lot.
Hi,
I'd like to persist the session from the client. I discovered I could do this by calling setCookie from pintura/jsgi/session, but I don't have access to the response. How can I access the response from my custom user facet?
Thanks a lot.
--
You received this message because you are subscribed to the Google Groups "Persevere" group.
To view this discussion on the web visit https://groups.google.com/d/msg/persevere-framework/-/jJE7Cue5cbgJ.
To post to this group, send email to persevere...@googlegroups.com.
To unsubscribe from this group, send email to persevere-frame...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/persevere-framework?hl=en.
Hmm, actually what I wrote before can't be right. Perhaps I need to set forceSession. Anyway, it's a bit oblique. I shall test some more.