[GH-ISSUE #464] where is the request._cookies['cpu'] from ? #343

Open
opened 2026-02-27 16:38:57 +03:00 by kerem · 3 comments
Owner

Originally created by @glancesx on GitHub (Oct 21, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/464

the 69,74,79 line of github.com/retspen/webvirtmgr/blob/master/instance/views.py .
I can't understand the request._cookies.

Originally created by @glancesx on GitHub (Oct 21, 2014). Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/464 the 69,74,79 line of github.com/retspen/webvirtmgr/blob/master/instance/views.py . I can't understand the request._cookies.
Author
Owner

@retspen commented on GitHub (Oct 21, 2014):

This lines need for collection previous data for creating cpu graph. WebVirtMgr doesn't use DB for graphics.

<!-- gh-comment-id:59916592 --> @retspen commented on GitHub (Oct 21, 2014): This lines need for collection previous data for creating cpu graph. WebVirtMgr doesn't use DB for graphics.
Author
Owner

@glancesx commented on GitHub (Oct 21, 2014):

Default the cpu hdd net don't in the cookies, where were the fields from?
And why the cookies begin with a downvote ? I can't find the request._cookies in the django documentation or google.
I'm studying your source code carefully, so hope you can help me, thanks.

<!-- gh-comment-id:59923439 --> @glancesx commented on GitHub (Oct 21, 2014): Default the **cpu** **hdd** **net** don't in the cookies, where were the fields from? And why the **cookies** begin with a downvote ? I can't find the **request._cookies** in the django documentation or google. I'm studying your source code carefully, so hope you can help me, thanks.
Author
Owner

@retspen commented on GitHub (Oct 21, 2014):

I use cookie for graphics only when I watch graphics. Use dir() for request and you see all META in header.

<!-- gh-comment-id:59933049 --> @retspen commented on GitHub (Oct 21, 2014): I use cookie for graphics only when I watch graphics. Use `dir()` for `request` and you see all META in header.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtmgr#343
No description provided.