Opened 12 years ago
Closed 12 years ago
#9000 closed enhancement (invalid)
Cookies as files/attributes
Reported by: | dsjonny | Owned by: | leavengood |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/WebPositive | Version: | R1/alpha3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
I found some tickets about cookie problem in Web+. I wunder why not we use the FS to store the cookies. There would be one file/cookie, and the cookie's data (like expiration date) can be attributes. I think this would be the best/fastest way.
Note:
See TracTickets
for help on using tickets.
That's currently only an issue because the cookies are managed by libcurl internally. Once it's switched over to a native http backend this won't be a problem any more.