Last modified: 2012-05-08 13:55:10 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T37889, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 35889 - add easy way to get all cookies with javascript
add easy way to get all cookies with javascript
Status: NEW
Product: MediaWiki
Classification: Unclassified
JavaScript (Other open bugs)
1.19
All All
: Low enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
: upstream
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-04-11 17:59 UTC by Umherirrender
Modified: 2012-05-08 13:55 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Umherirrender 2012-04-11 17:59:38 UTC
There is no way to get all cookies as a array with jquery module 'jquery.cookie'.

You have to split it yourself:

document.cookie.split( '; ' )

Having a wrapper for this, makes it easy to use, because you does not have to remind the seperator.

Thanks.
Comment 1 Krinkle 2012-04-11 18:08:00 UTC
We don't maintain this plugin, it is a third-party library.

Please file your feature request at

* https://github.com/carhartl/jquery-cookie
* https://github.com/carhartl/jquery-cookie/issues

It looks like someone already requested it:
* https://github.com/carhartl/jquery-cookie/issues/16 (status: open)

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links