[Koha-bugs] [Bug 12410] Remove useless use of cookies

2022-10-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12410

David Cook  changed:

   What|Removed |Added

 CC||dc...@prosentient.com.au

--- Comment #5 from David Cook  ---
(In reply to Jonathan Druart from comment #2)
> Cookies are returned to the server, then back to the client.
> 
> I do not think we should use them when not needed, here it is only needed
> client-side, and can be replaced with local storage.
> 
> Also, privacy, useless data going through the network, etc.

I've been thinking about this lately, and the only issue I can think of relates
to shared devices. 

In the case of the staff interface, you can have shared circ terminals,
although it's probably not a drama.

I'm thinking more about public OPAC terminals at libraries. If a user closes
the browser, I don't think the local storage gets cleared. HTML5 session
storage might work although I think its scoping differs a fair bit from session
cookies. 

I suppose it'll differ on a case by case basis...

Anyway, I think it would be interesting to take advantage of local storage and
session storage more often for sure.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 12410] Remove useless use of cookies

2022-10-26 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12410

Marcel de Rooy  changed:

   What|Removed |Added

 CC||m.de.r...@rijksmuseum.nl

--- Comment #4 from Marcel de Rooy  ---
(In reply to Jonathan Druart from comment #3)
> Same for search_path_code

Agreed. Seeing useless warnings like this one too:
[2022/10/27 00:49:23] [WARN] ReturnPath switch error at
/usr/share/koha/opac/opac-search.pl line 215.
Caused by an unexpected value in search_path_code.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 12410] Remove useless use of cookies

2020-08-07 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12410

--- Comment #3 from Jonathan Druart  
---
Same for search_path_code

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 12410] Remove useless use of cookies

2020-07-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12410

Jonathan Druart  changed:

   What|Removed |Added

 Depends on||24625


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24625
[Bug 24625] Phase out jquery.cookie.js:  showLastPatron
-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 12410] Remove useless use of cookies

2020-02-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12410

--- Comment #2 from Jonathan Druart  
---
Cookies are returned to the server, then back to the client.

I do not think we should use them when not needed, here it is only needed
client-side, and can be replaced with local storage.

Also, privacy, useless data going through the network, etc.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 12410] Remove useless use of cookies

2020-02-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12410

--- Comment #1 from Owen Leonard  ---
The only reason I can think of that we would want to change this is if we're
concerned about the 365-day expiration of these cookies.

Is there another factor behind this bug?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 12410] Remove useless use of cookies

2018-06-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12410

Owen Leonard  changed:

   What|Removed |Added

   Assignee|gmcha...@gmail.com  |koha-b...@lists.koha-commun
   ||ity.org
   Severity|normal  |enhancement

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 12410] Remove useless use of cookies

2014-06-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12410

Jonathan Druart  changed:

   What|Removed |Added

 Depends on||9366

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/