Hi Sven,
yes `session:` would be the ideal solution.
But because it wasn't there (only getter) I wasn't sure whether this was a
design decision - e.g. because sessions can't be reused.
Thanks!
Peter
On Tue, Nov 28, 2017 at 10:51 AM, Sven Van Caekenberghe
wrote:
> Peter,
>
> > On 28 Nov 2017, a
Peter,
> On 28 Nov 2017, at 10:42, Peter Uhnák wrote:
>
> Hi,
>
> I have a scenario where I need to login to some web app and then reuse the
> session/cookies in further requests.
>
> The basic approach (as presented in Enterprise Pharo book) works just fine
>
> client := ZnClient new.
>
>