--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Yes, I mean cookies
By sessions, do you mean cookies?
On Sun, Aug 14, 2016 at 7:33 PM <pmza...@gmail.com> wrote:
Hello,--I am wondering what the easiest way is to preserve sessions across multiple http requests. Right now I am using 'package:flutter/http.dart' for making the requests, but it does not seem to preserve the sessions.Thanks!
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev+unsubscribe@googlegroups.com.
CookieManager.setDefault(CookieHandler.getDefault())
Hi Peter,Thanks for reaching out!There's a few APIs that might help:https://docs.flutter.io/flutter/dart-io/dart-io-library.html <== how to read and write files, etchttps://docs.flutter.io/flutter/services/PathProvider-class.html <== how to identify which directories you can useIn the meantime, I've filed a request for a simple snippet/example of how to use these together: https://github.com/flutter/flutter/issues/5392
On Sun, Aug 14, 2016 at 8:29 PM, Peter Zakula <pmza...@gmail.com> wrote:
Yes, I mean cookies
On Aug 14, 2016 10:18 PM, "Ian Hickson" <i...@hixie.ch> wrote:
By sessions, do you mean cookies?
On Sun, Aug 14, 2016 at 7:33 PM <pmza...@gmail.com> wrote:
Hello,--I am wondering what the easiest way is to preserve sessions across multiple http requests. Right now I am using 'package:flutter/http.dart' for making the requests, but it does not seem to preserve the sessions.Thanks!
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev+unsubscribe@googlegroups.com.
Currently you have to manage your own cookies, unfortunately. You're right that we should have this baked into our networking library. We're still trying to figure out exactly how we want our networking library to work (we don't like the current situation where we have two redundant libraries, for instance).On Mon, Aug 15, 2016 at 11:07 AM <pmza...@gmail.com> wrote:Hi Seth!I thought that there might be an easier way that is similar to what Android uses...
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev+unsubscribe@googlegroups.com.